MicrOS
cpuid_defines.h
Go to the documentation of this file.
1 #ifndef CPUID_DEFINES_H
2 #define CPUID_DEFINES_H
3 
4 #define CPUID_GETVENDORSTRING 0
5 #define CPUID_GETFEATURES_AND_ADDITIONAL_INFORMATION 1
6 #define CPUID_GETTHREAD_CORE_CACHE_TOPOLOGY 4
7 
8 #endif