#ifndef _SMBIOS_H #include <pshpack1.h> // // Onboard Devices Extended Information (Type 41) // #define SMBIOS_ONBOARD_DEVICE_INFORMATION_TYPE ((UCHAR)41) #include <poppack.h> #endif View code on GitHub
No description available.