]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/IndustryStandard/Ipmi.h
MdePkg: Add Ipmi2.0 definitions head file.
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Ipmi.h
1 /** @file
2 IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1.
3
4 See IPMI specification, Appendix G, Command Assignments
5 and Appendix H, Sub-function Assignments.
6
7 Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.<BR>
8 This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 **/
16
17 #ifndef _IPMIDEFINITIONS_H_
18 #define _IPMIDEFINITIONS_H_
19
20 #include <IndustryStandard/IpmiNetFnChassisDefinitions.h>
21 #include <IndustryStandard/IpmiNetFnBridgeDefinitions.h>
22 #include <IndustryStandard/IpmiNetFnSensorEventDefinitions.h>
23 #include <IndustryStandard/IpmiNetFnAppDefinitions.h>
24 #include <IndustryStandard/IpmiNetFnFirmwareDefinitions.h>
25 #include <IndustryStandard/IpmiNetFnStorageDefinitions.h>
26 #include <IndustryStandard/IpmiNetFnTransportDefinitions.h>
27 #include <IndustryStandard/IpmiNetFnGroupExtensionDefinitions.h>
28
29 #endif