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