#ifndef _SMBIOS_H #include <pshpack1.h> // // On Board Devices Information (Type 10, Obsolete) // #define SMBIOS_ON_BOARD_DEVICE_INFORMATION_TYPE ((UCHAR)10) #include <poppack.h> #endif View code on GitHub
No description available.