From 9a38ddc80656a83337938312e9cd93cd335a678f Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Thu, 5 Oct 2023 21:13:33 +0800 Subject: MdePkg/Include: Definitions of IPMI Get System Interface Capabilities Define the structure for IPMI Get System Interface Capabilities command (0x57) Signed-off-by: Abner Chang Cc: Abdul Lateef Attar Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Reviewed-by: Nickle Wang --- MdePkg/Include/IndustryStandard/IpmiNetFnApp.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MdePkg') diff --git a/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h b/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h index b6bc91f..fcb190f 100644 --- a/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h +++ b/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h @@ -1093,6 +1093,14 @@ typedef struct { } IPMI_GET_SYSTEM_INTERFACE_KCS_SMIC_CAPABILITIES_RESPONSE; // +// Response of interface capability of SSIF/KCS/SMIC. +// +typedef union { + IPMI_GET_SYSTEM_INTERFACE_SSIF_CAPABILITIES_RESPONSE *InterfaceSsifCapability; + IPMI_GET_SYSTEM_INTERFACE_KCS_SMIC_CAPABILITIES_RESPONSE *InterfaceKcsSmicCapability; +} IPMI_GET_SYSTEM_INTERFACE_CAPABILITIES_RESPONSE; + +// // Definitions for Get System Interface Capabilities command SSIF transaction support // #define IPMI_GET_SYSTEM_INTERFACE_CAPABILITIES_SSIF_TRANSACTION_SUPPORT_SINGLE_PARTITION_RW 0x0 -- cgit v1.1