summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host-ipmid/ipmid-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host-ipmid/ipmid-api.h b/host-ipmid/ipmid-api.h
index 0c92069..6bd991f 100644
--- a/host-ipmid/ipmid-api.h
+++ b/host-ipmid/ipmid-api.h
@@ -94,6 +94,7 @@ enum ipmi_return_codes
IPMI_DCMI_CC_NO_ACTIVE_POWER_LIMIT = 0x80,
IPMI_CC_INVALID = 0xC1,
IPMI_CC_INVALID_RESERVATION_ID = 0xC5,
+ IPMI_CC_REQ_DATA_LEN_INVALID = 0xC7,
IPMI_CC_PARM_OUT_OF_RANGE = 0xC9,
IPMI_CC_SENSOR_INVALID = 0xCB,
IPMI_CC_RESPONSE_ERROR = 0xCE,
OpenPOWER on IntegriCloud