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