MdePkg/SmBios.h: Add new Socket Type for SMBIOS Type4

The patch adds new socket type(Type 4, Offset 32h) for
SMBIOS Type4 based on SMBIOS v3.8.0.

Signed-off-by: Jason Zhao <jason.zhao@intel.com>
This commit is contained in:
Jason Zhao 2024-08-27 13:33:42 +08:00 committed by mergify[bot]
parent 72cf76868c
commit 7f505d377b

View File

@ -1020,6 +1020,10 @@ typedef struct {
// Add for smbios 3.6
//
UINT16 ThreadEnabled;
//
// Add for smbios 3.8
//
SMBIOS_TABLE_STRING SocketType;
} SMBIOS_TABLE_TYPE4;
///