• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 _IPMI_H_
18 #define _IPMI_H_
19 
20 #include <IndustryStandard/IpmiNetFnChassis.h>
21 #include <IndustryStandard/IpmiNetFnBridge.h>
22 #include <IndustryStandard/IpmiNetFnSensorEvent.h>
23 #include <IndustryStandard/IpmiNetFnApp.h>
24 #include <IndustryStandard/IpmiNetFnFirmware.h>
25 #include <IndustryStandard/IpmiNetFnStorage.h>
26 #include <IndustryStandard/IpmiNetFnTransport.h>
27 #include <IndustryStandard/IpmiNetFnGroupExtension.h>
28 
29 #endif
30