#ifndef _SMBIOS_H #include <pshpack1.h> // // Memory Module Information (Type 6, Obsolete) // #define SMBIOS_MEMORY_MODULE_INFORMATION_TYPE ((UCHAR)6) #include <poppack.h> #endif View code on GitHub
No description available.