summaryrefslogtreecommitdiffstats
path: root/sensorhandler.h
blob: da63bcb3666e93fe833af8e6e809d121767b4413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __HOST_IPMI_SEN_HANDLER_H__
#define __HOST_IPMI_SEN_HANDLER_H__

// IPMI commands for net functions.
enum ipmi_netfn_sen_cmds
{
    // Get capability bits
    IPMI_CMD_GET_SENSOR_TYPE = 0x2F,
    IPMI_CMD_SET_SENSOR      = 0x30,

};

#endif
OpenPOWER on IntegriCloud