diff options
author | Daocheng Bu <daocheng.bu@intel.com> | 2015-12-23 08:15:14 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-12-23 08:15:14 +0000 |
commit | aeff1d6edbeb4a9011b511b3ee022b2d91944c61 (patch) | |
tree | eed6da9d5a66f722c5149abf531606483c440cb3 /MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h | |
parent | 152a991319da3f9aba8f9d9ed51cb0134c6c6bcc (diff) | |
download | edk2-platforms-aeff1d6edbeb4a9011b511b3ee022b2d91944c61.tar.xz |
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 <daocheng.bu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19484 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h b/MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h index bc35634826..a3cfad1bcd 100644 --- a/MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h +++ b/MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h @@ -46,7 +46,7 @@ typedef struct { UINT8 OEMEvData1;
UINT8 OEMEvData2;
UINT8 OEMEvData3;
-} IPMI_PLATFORM_EVENT_MESSAGE_DATA;
+} IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST;
#pragma pack()
#endif
|