summaryrefslogtreecommitdiffstats
path: root/isys/smp.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-05-05 18:25:31 +0000
committerErik Troan <ewt@redhat.com>1999-05-05 18:25:31 +0000
commit37f64189ecba8bd64e50ccb92e15e75fb6f17363 (patch)
tree8d75ff25b412671e8c00f87702919c8d99ca11a2 /isys/smp.h
parented39f9998c4ad472e7cca9ff1f2cdc8e658633b7 (diff)
downloadanaconda-37f64189ecba8bd64e50ccb92e15e75fb6f17363.tar.gz
anaconda-37f64189ecba8bd64e50ccb92e15e75fb6f17363.tar.xz
anaconda-37f64189ecba8bd64e50ccb92e15e75fb6f17363.zip
added smp stuff
Diffstat (limited to 'isys/smp.h')
-rw-r--r--isys/smp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/isys/smp.h b/isys/smp.h
new file mode 100644
index 000000000..3255cc489
--- /dev/null
+++ b/isys/smp.h
@@ -0,0 +1,6 @@
+#ifndef SMP_H
+#define SMP_H
+
+int detectSMP(void);
+
+#endif /* SMP_H */