1 2 3 4 5 6 7
#ifndef SMP_H #define SMP_H int detectSMP(void); int detectHT(void); #endif /* SMP_H */