#ifndef _SMBIOS_H #include <pshpack1.h> // // Hardware Security (Type 24) // #define SMBIOS_HARDWARE_SECURITY_INFORMATION_TYPE ((UCHAR)24) #include <poppack.h> #endif View code on GitHub
No description available.