summaryrefslogtreecommitdiffstats
path: root/chassishandler.h
blob: 99ed36653b55ee511323eaf98bb18190ff1abd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __HOST_IPMI_CHASSIS_HANDLER_H__
#define __HOST_IPMI_CHASSIS_HANDLER_H__

// IPMI commands for Chassis net functions.
enum ipmi_netfn_app_cmds
{
    // Get capability bits
    IPMI_CMD_GET_SYS_BOOT_OPTIONS = 0x09,
};

// Command specific completion codes
enum ipmi_chassis_return_codes
{
    IPMI_CC_PARM_NOT_SUPPORTED = 0x80,
};

#endif
OpenPOWER on IntegriCloud