summaryrefslogtreecommitdiffstats
path: root/ipmid-api.h
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2015-10-21 20:07:31 -0500
committerChris Austen <austenc@us.ibm.com>2015-10-21 20:07:31 -0500
commit8339f9d0ae4ab53c4b0ea6bd09438f9b3833eeb7 (patch)
treec87cb8ae3015b52c96c1c23c79520a392c405f2e /ipmid-api.h
parent12ba3c3fd2c30a2e96c96b83693aa35f60cff9a4 (diff)
downloadphosphor-host-ipmid-8339f9d0ae4ab53c4b0ea6bd09438f9b3833eeb7.tar.gz
phosphor-host-ipmid-8339f9d0ae4ab53c4b0ea6bd09438f9b3833eeb7.zip
Add ipmi cc for invalid sensor
Diffstat (limited to 'ipmid-api.h')
-rwxr-xr-xipmid-api.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipmid-api.h b/ipmid-api.h
index caf18e8..588dd24 100755
--- a/ipmid-api.h
+++ b/ipmid-api.h
@@ -86,7 +86,9 @@ enum ipmi_return_codes
{
IPMI_CC_OK = 0x00,
IPMI_DCMI_CC_NO_ACTIVE_POWER_LIMIT = 0x80,
- IPMI_CC_INVALID = 0xC1
+ IPMI_CC_INVALID = 0xC1,
+ IPMI_CC_SENSOR_INVALID = 0xCB
+
};
#endif
OpenPOWER on IntegriCloud