1 #ifndef __CPU_H_ 2 #define __CPU_H_ 3 4 int GetNumCPUs(); 5 int CoreAffinitize(int cpu); 6 7 #endif /* __CPU_H_ */ 8