blob: da63bcb3666e93fe833af8e6e809d121767b4413 [file] [log] [blame]
Chris Austenac4604a2015-10-13 12:43:27 -05001#ifndef __HOST_IPMI_SEN_HANDLER_H__
2#define __HOST_IPMI_SEN_HANDLER_H__
3
4// IPMI commands for net functions.
5enum ipmi_netfn_sen_cmds
6{
7 // Get capability bits
8 IPMI_CMD_GET_SENSOR_TYPE = 0x2F,
9 IPMI_CMD_SET_SENSOR = 0x30,
10
11};
12
13#endif