summaryrefslogtreecommitdiffstats
path: root/perl-install/c/smp.h
diff options
context:
space:
mode:
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 */