#ifndef _SMBIOS_H #include <pshpack1.h> // // System Power Supply (Type 39) // #define SMBIOS_SYSTEM_POWER_SUPPLY_INFORMATION_TYPE ((UCHAR)39) #include <poppack.h> #endif View code on GitHub
No description available.