#ifndef _SMBIOS_H #include <pshpack1.h> // // IPMI Device Information (Type 38) // #define SMBIOS_IPMI_DEVICE_INFORMATION_TYPE ((UCHAR)38) #include <poppack.h> #endif View code on GitHub
No description available.