#ifndef _SMBIOS_H #include <pshpack1.h> // // Group Associations (Type 14) // #define SMBIOS_GROUP_ASSOCIATION_INFORMATION_TYPE ((UCHAR)14) #include <poppack.h> #endif View code on GitHub
No description available.