From aeff1d6edbeb4a9011b511b3ee022b2d91944c61 Mon Sep 17 00:00:00 2001 From: Daocheng Bu Date: Wed, 23 Dec 2015 08:15:14 +0000 Subject: MdePkg: Update Ipmi2.0 definitions header file. Update Ipmi2.0 definitions header files for data structure name suffix for request/response data and completion code. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daocheng Bu Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19484 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/IndustryStandard/IpmiNetFnTransport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include/IndustryStandard/IpmiNetFnTransport.h') diff --git a/MdePkg/Include/IndustryStandard/IpmiNetFnTransport.h b/MdePkg/Include/IndustryStandard/IpmiNetFnTransport.h index 6fb9297211..1e9bbe2755 100644 --- a/MdePkg/Include/IndustryStandard/IpmiNetFnTransport.h +++ b/MdePkg/Include/IndustryStandard/IpmiNetFnTransport.h @@ -439,7 +439,7 @@ typedef struct { UINT8 Reserved1 : 4; UINT8 MuxSetting : 4; UINT8 Reserved2 : 4; -} IPMI_SET_MUX_COMMAND; +} IPMI_SET_SERIAL_MODEM_MUX_COMMAND_REQUEST; typedef struct { UINT8 MuxSetToBmc : 1; @@ -449,7 +449,7 @@ typedef struct { UINT8 Reserved2 : 2; UINT8 MuxToBmcAllowed : 1; UINT8 MuxToSystemBlocked : 1; -} IPMI_MUX_CONFIG; +} IPMI_SET_SERIAL_MODEM_MUX_COMMAND_RESPONSE; // // Definitions for Get TAP Response Code command -- cgit v1.2.3