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