summaryrefslogtreecommitdiffstats
path: root/sensorhandler.h
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2017-08-18 12:06:07 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-08-23 10:48:40 +0000
commit60cac7218c0160896d1f23718fcd8fb4dccaa145 (patch)
tree4591f87a014a9cd1a6c18524474f10bfde39edd4 /sensorhandler.h
parent69fabfe63810330bc4338a5e14b93b948c6e0a7a (diff)
downloadphosphor-host-ipmid-60cac7218c0160896d1f23718fcd8fb4dccaa145.tar.gz
phosphor-host-ipmid-60cac7218c0160896d1f23718fcd8fb4dccaa145.zip
tpm: Support TPM Sensor type in Get sensor reading command
Change-Id: Icf4a10d8f6e2b95dae3d7dcf789711c5a3a46a39 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
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 3022296..634cbb9 100644
--- a/sensorhandler.h
+++ b/sensorhandler.h
@@ -21,6 +21,7 @@ enum ipmi_sensor_types
IPMI_SENSOR_VOLTAGE = 0x02,
IPMI_SENSOR_CURRENT = 0x03,
IPMI_SENSOR_FAN = 0x04,
+ IPMI_SENSOR_TPM = 0xCC,
};
#define MAX_DBUS_PATH 128
OpenPOWER on IntegriCloud