summaryrefslogtreecommitdiffstats
path: root/sensorhandler.h
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2015-12-10 18:27:04 -0600
committerChris Austen <austenc@us.ibm.com>2015-12-10 18:27:04 -0600
commit10ccc0fe8b64c68ce3f3a09167bd4556d76e1314 (patch)
tree363b7e1c0d60b6df03e11c52d37d958f7d66e085 /sensorhandler.h
parent903327c4e9f901a692939338b0b4651aa815cedd (diff)
downloadphosphor-host-ipmid-10ccc0fe8b64c68ce3f3a09167bd4556d76e1314.tar.gz
phosphor-host-ipmid-10ccc0fe8b64c68ce3f3a09167bd4556d76e1314.zip
Add support for get-sensor-reading
Diffstat (limited to 'sensorhandler.h')
-rw-r--r--sensorhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensorhandler.h b/sensorhandler.h
index 7b89a18..dd940dc 100644
--- a/sensorhandler.h
+++ b/sensorhandler.h
@@ -6,6 +6,7 @@
// IPMI commands for net functions.
enum ipmi_netfn_sen_cmds
{
+ IPMI_CMD_GET_SENSOR_READING = 0x2D,
IPMI_CMD_GET_SENSOR_TYPE = 0x2F,
IPMI_CMD_SET_SENSOR = 0x30,
};
OpenPOWER on IntegriCloud