From 78ab44cb96808bd3ff0edf312599f94a6a92172a Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Tue, 17 Mar 2020 15:27:59 +0800 Subject: [PATCH] MdePkg/Include: Add missing definition of SMBIOS type 42h in SmBios.h Add host interface Protocol Type Data Format structure in SmBios.h BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2328 Signed-off-by: Abner Chang Reviewed-by: Liming Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index def874be28..ea23685851 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -2503,6 +2503,15 @@ typedef struct { UINT8 DevFuncNum; } SMBIOS_TABLE_TYPE41; +/// +/// Management Controller Host Interface - Protocol Record Data Format. +/// +typedef struct { + UINT8 ProtocolType; + UINT8 ProtocolTypeDataLen; + UINT8 ProtocolTypeData[1]; +} MC_HOST_INTERFACE_PROTOCOL_RECORD; + /// /// Management Controller Host Interface - Interface Types. /// 00h - 3Fh: MCTP Host Interfaces