summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-02-16 19:20:36 +0000
committerPeter Jones <pjones@redhat.com>2006-02-16 19:20:36 +0000
commit013633d6552f3a8b90d2d42a28e5bbafcd4a2839 (patch)
treef84290dc3ba160dfc87a5567fd237c7a6a5da996
parentcaf677f5bde4b73a569d7cd2d0c60598316c7187 (diff)
downloadanaconda-013633d6552f3a8b90d2d42a28e5bbafcd4a2839.tar.gz
anaconda-013633d6552f3a8b90d2d42a28e5bbafcd4a2839.tar.xz
anaconda-013633d6552f3a8b90d2d42a28e5bbafcd4a2839.zip
- add coresavailable()
- fix externs
-rw-r--r--isys/smp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/isys/smp.h b/isys/smp.h
index f16938ac7..18a9643f4 100644
--- a/isys/smp.h
+++ b/isys/smp.h
@@ -1,8 +1,9 @@
#ifndef SMP_H
#define SMP_H
-int detectSMP(void);
-int detectHT(void);
-int detectSummit(void);
+extern int detectSMP(void);
+extern int detectHT(void);
+extern int detectCoresPerPackage(void);
+extern int detectSummit(void);
#endif /* SMP_H */