summaryrefslogtreecommitdiffstats
path: root/apphandler.h
blob: 602801b2c149384a27ce2db8a5c28d6f6950edc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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_GET_CAP_BIT    = 0x36,
};

#endif
OpenPOWER on IntegriCloud