]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Ipmi.h
MdePkg: Add Ipmi2.0 definitions head file.
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Ipmi.h
diff --git a/MdePkg/Include/IndustryStandard/Ipmi.h b/MdePkg/Include/IndustryStandard/Ipmi.h
new file mode 100644 (file)
index 0000000..fbf55c8
--- /dev/null
@@ -0,0 +1,29 @@
+/** @file\r
+  IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1.\r
+\r
+  See IPMI specification, Appendix G, Command Assignments\r
+  and Appendix H, Sub-function Assignments.\r
+\r
+  Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
+\r
+#ifndef _IPMIDEFINITIONS_H_\r
+#define _IPMIDEFINITIONS_H_\r
+\r
+#include <IndustryStandard/IpmiNetFnChassisDefinitions.h>\r
+#include <IndustryStandard/IpmiNetFnBridgeDefinitions.h>\r
+#include <IndustryStandard/IpmiNetFnSensorEventDefinitions.h>\r
+#include <IndustryStandard/IpmiNetFnAppDefinitions.h>\r
+#include <IndustryStandard/IpmiNetFnFirmwareDefinitions.h>\r
+#include <IndustryStandard/IpmiNetFnStorageDefinitions.h>\r
+#include <IndustryStandard/IpmiNetFnTransportDefinitions.h>\r
+#include <IndustryStandard/IpmiNetFnGroupExtensionDefinitions.h>\r
+\r
+#endif\r