#ifndef _SMBIOS_H
#include <pshpack1.h>
typedef struct _SMBIOS_MCHI_PROTOCOL_RECORD
{
UCHAR Type; // SMBIOS_MCHI_PROTOCOL_TYPE_*
UCHAR Length;
UCHAR Data[ANYSIZE_ARRAY];
} SMBIOS_MCHI_PROTOCOL_RECORD, *PSMBIOS_MCHI_PROTOCOL_RECORD;
View code on GitHub
No description available.