diff options
author | Chris Austen <austenc@us.ibm.com> | 2015-10-31 14:09:10 -0500 |
---|---|---|
committer | Chris Austen <austenc@us.ibm.com> | 2015-10-31 14:09:10 -0500 |
commit | a8fd6f10a5f8f8f1970785b351e4efe6e2ff726b (patch) | |
tree | ce5c43a4d5ea441f10647caa3113a90ae3593d6a /storagehandler.h | |
parent | 5fc6492ff8882390e55592d776969a094567b0d5 (diff) | |
download | phosphor-host-ipmid-a8fd6f10a5f8f8f1970785b351e4efe6e2ff726b.tar.gz phosphor-host-ipmid-a8fd6f10a5f8f8f1970785b351e4efe6e2ff726b.zip |
Remove ipmi fru support from libapphandler
The new code will come from a different repo
Diffstat (limited to 'storagehandler.h')
-rw-r--r-- | storagehandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storagehandler.h b/storagehandler.h index 7abefd5..174da06 100644 --- a/storagehandler.h +++ b/storagehandler.h @@ -5,7 +5,6 @@ enum ipmi_netfn_storage_cmds { // Get capability bits - IPMI_CMD_WRITE_FRU_DATA = 0x12, IPMI_CMD_GET_SEL_INFO = 0x40, IPMI_CMD_RESERVE_SEL = 0x42, IPMI_CMD_ADD_SEL = 0x44, |