#ifndef _SMBIOS_H #include <pshpack1.h> // // Baseboard (or Module) Information (Type 2) // #define SMBIOS_BASEBOARD_INFORMATION_TYPE ((UCHAR)2) #include <poppack.h> #endif View code on GitHub
No description available.