summaryrefslogtreecommitdiffstats
path: root/perl-install/c/smp.h
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2001-04-22 17:03:21 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2001-04-22 17:03:21 +0000
commitba1e42fb594a99bcffc71740d84fdec58fdb70b7 (patch)
treea575131e654a33706e2189cbf95a7beb9c0af5c5 /perl-install/c/smp.h
parentd66e41161e51fc4073dfe0e6bdb3d5e2cefc16cf (diff)
downloaddrakx-ba1e42fb594a99bcffc71740d84fdec58fdb70b7.tar
drakx-ba1e42fb594a99bcffc71740d84fdec58fdb70b7.tar.gz
drakx-ba1e42fb594a99bcffc71740d84fdec58fdb70b7.tar.bz2
drakx-ba1e42fb594a99bcffc71740d84fdec58fdb70b7.tar.xz
drakx-ba1e42fb594a99bcffc71740d84fdec58fdb70b7.zip
Merge SMP from Red Hat anaconda-7.1.
Diffstat (limited to 'perl-install/c/smp.h')
-rw-r--r--perl-install/c/smp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/c/smp.h b/perl-install/c/smp.h
new file mode 100644
index 000000000..3255cc489
--- /dev/null
+++ b/perl-install/c/smp.h
@@ -0,0 +1,6 @@
+#ifndef SMP_H
+#define SMP_H
+
+int detectSMP(void);
+
+#endif /* SMP_H */