#ifndef _SMBIOS_H #include <pshpack1.h> // // Boot Integrity Services (BIS) Entry Point (Type 31) // #define SMBIOS_BOOT_INTEGRITY_SERVICES_ENTRY_POINT ((UCHAR)31) #include <poppack.h> #endif View code on GitHub
No description available.