diff options
author | Tom Joseph <tomjoseph@in.ibm.com> | 2017-06-30 19:14:49 +0530 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-19 19:54:42 +0000 |
commit | 2f05bb56787910da33f5ed2519fc84aed5af88d8 (patch) | |
tree | a5d675f8bc4f0cda53ead87913fb7358c3c3e53a /storagehandler.h | |
parent | 8f4a2aa8ea9485d91babc139bc1c4d878b34b13b (diff) | |
download | phosphor-host-ipmid-2f05bb56787910da33f5ed2519fc84aed5af88d8.tar.gz phosphor-host-ipmid-2f05bb56787910da33f5ed2519fc84aed5af88d8.zip |
Add Clear SEL command
Change-Id: I35b07e0bf1012d4b660d10cf17a47318f3c4e6e2
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Diffstat (limited to 'storagehandler.h')
-rw-r--r-- | storagehandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storagehandler.h b/storagehandler.h index e39d676..9973d14 100644 --- a/storagehandler.h +++ b/storagehandler.h @@ -10,6 +10,7 @@ enum ipmi_netfn_storage_cmds IPMI_CMD_GET_SEL_ENTRY = 0x43, IPMI_CMD_ADD_SEL = 0x44, IPMI_CMD_DELETE_SEL = 0x46, + IPMI_CMD_CLEAR_SEL = 0x47, IPMI_CMD_GET_SEL_TIME = 0x48, IPMI_CMD_SET_SEL_TIME = 0x49, |