#ifndef _SMBIOS_H #include <pshpack1.h> // // Processor Information (Type 4) // #define SMBIOS_PROCESSOR_INFORMATION_TYPE ((UCHAR)4) #include <poppack.h> #endif View code on GitHub
No description available.