#ifndef _SMBIOS_H #include <pshpack1.h> // // Physical Memory Array (Type 16) // #define SMBIOS_PHYSICAL_MEMORY_ARRAY_INFORMATION_TYPE ((UCHAR)16) #include <poppack.h> #endif View code on GitHub
No description available.