mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
aad9cba85f
commit
78ab44cb96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue