summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2020-03-17 15:27:59 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-08-25 01:16:23 +0000
commit78ab44cb96808bd3ff0edf312599f94a6a92172a (patch)
tree71f0d5c704f5437a27f6cd0a45dbcffcdd224d01 /MdePkg/Include/IndustryStandard
parentaad9cba85fb7314d9c7e15d63d0b37f48d8439ee (diff)
downloadedk2-78ab44cb96808bd3ff0edf312599f94a6a92172a.tar.gz
edk2-78ab44cb96808bd3ff0edf312599f94a6a92172a.tar.bz2
edk2-78ab44cb96808bd3ff0edf312599f94a6a92172a.zip
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 <abner.chang@hpe.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-rw-r--r--MdePkg/Include/IndustryStandard/SmBios.h9
1 files changed, 9 insertions, 0 deletions
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
@@ -2504,6 +2504,15 @@ typedef struct {
} 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
///