#ifndef _SMBIOS_H #include <pshpack1.h> // // System Information (Type 1) // #define SMBIOS_SYSTEM_INFORMATION_TYPE ((UCHAR)1) #include <poppack.h> #endif View code on GitHub
No description available.