diff options
author | Matt Wilson <msw@redhat.com> | 2002-07-17 13:15:31 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-07-17 13:15:31 +0000 |
commit | 14f76ec3d6851d95009c891dc86083d28e9b2ccc (patch) | |
tree | a5f66f5ce150631f2bb59f73b8d7eae798c32427 /isys/smp.h | |
parent | 3365968c0067cdd781efe666222cb84ee9434afd (diff) | |
download | anaconda-14f76ec3d6851d95009c891dc86083d28e9b2ccc.tar.gz anaconda-14f76ec3d6851d95009c891dc86083d28e9b2ccc.tar.xz anaconda-14f76ec3d6851d95009c891dc86083d28e9b2ccc.zip |
implement summit test
Diffstat (limited to 'isys/smp.h')
-rw-r--r-- | isys/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/smp.h b/isys/smp.h index e03726826..f16938ac7 100644 --- a/isys/smp.h +++ b/isys/smp.h @@ -3,5 +3,6 @@ int detectSMP(void); int detectHT(void); +int detectSummit(void); #endif /* SMP_H */ |