#ifndef _SMBIOS_H #include <pshpack1.h> typedef struct _SMBIOS_INACTIVE { SMBIOS_HEADER Header; } SMBIOS_INACTIVE, *PSMBIOS_INACTIVE; #include <poppack.h> #endif View code on GitHub
No description available.