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