]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Include: Add missing definition of SMBIOS type 42h in SmBios.h
authorAbner Chang <abner.chang@hpe.com>
Tue, 17 Mar 2020 07:27:59 +0000 (15:27 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 25 Aug 2020 01:16:23 +0000 (01:16 +0000)
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 <abner.chang@hpe.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/IndustryStandard/SmBios.h

index def874be283381eb031ede17c30d01b67664b486..ea23685851a3e0adf0dfbd6f5dca6e2436d16663 100644 (file)
@@ -2503,6 +2503,15 @@ typedef struct {
   UINT8                             DevFuncNum;\r
 } SMBIOS_TABLE_TYPE41;\r
 \r
+///\r
+///  Management Controller Host Interface - Protocol Record Data Format.\r
+///\r
+typedef struct {\r
+  UINT8                        ProtocolType;\r
+  UINT8                        ProtocolTypeDataLen;\r
+  UINT8                        ProtocolTypeData[1];\r
+} MC_HOST_INTERFACE_PROTOCOL_RECORD;\r
+\r
 ///\r
 /// Management Controller Host Interface - Interface Types.\r
 /// 00h - 3Fh: MCTP Host Interfaces\r