iPXE
settings.h
Go to the documentation of this file.
1 /* It can often be useful to know the CPU on which a cloud instance is
2  * running (e.g. to isolate problems with Azure AMD instances).
3  */
4 #if defined ( __i386__ ) || defined ( __x86_64__ )
5 #define CPUID_SETTINGS
6 #endif