#ifndef _SMBIOS_H #include <pshpack1.h> // // Memory Device (Type 17) // #define SMBIOS_MEMORY_DEVICE_INFORMATION_TYPE ((UCHAR)17) #include <poppack.h> #endif View code on GitHub
No description available.