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

// IPMI commands for net functions.
enum ipmi_netfn_app_cmds
{
    // Get capability bits
    IPMI_CMD_RESET_WD       = 0x22,
    IPMI_CMD_SET_WD         = 0x24,
    IPMI_CMD_GET_CAP_BIT    = 0x36,
    IPMI_CMD_GET_DEVICE_ID  = 0x00,
    IPMI_CMD_SET_ACPI       = 0x06,
    IPMI_CMD_READ_EVENT     = 0x35,

};

#endif
OpenPOWER on IntegriCloud