xref: /mOS-networking-stack/core/src/include/cpu.h (revision 76404edc)
1 #ifndef __CPU_H_
2 #define __CPU_H_
3 
4 int GetNumCPUs();
5 
6 #endif /* __CPU_H_ */
7