#ifndef _SMBIOS_H
#include <pshpack1.h>
//
// Structure type 31 (decimal) is reserved for use by the Boot Integrity Services (BIS).
// See the Boot Integrity Services API Specification for details.
//
//
// System Boot Information (Type 32)
//
#define SMBIOS_SYSTEM_BOOT_INFORMATION_TYPE ((UCHAR)32)
View code on GitHub
No description available.