#ifndef _SMBIOS_H #include <pshpack1.h> // // Platform Firmware Information (Type 0) // #define SMBIOS_FIRMWARE_INFORMATION_TYPE ((UCHAR)0) #include <poppack.h> #endif View code on GitHub
No description available.