summaryrefslogtreecommitdiffstats
path: root/storagehandler.h
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2015-10-28 12:10:25 -0500
committerPatrick Williams <patrick@stwcx.xyz>2015-10-28 12:10:25 -0500
commitf3e0137164be7b5098cd300e82a7f6ae717de49a (patch)
tree04a5f0c3bbb2deeb9234f04ddfdf6cb96fd1f57c /storagehandler.h
parent6c6d3d0a01012e68420c6c8fcff8cd2cb72cc555 (diff)
parent8e30f2a96cfa53c80310c925c3ecbc59b3a38f91 (diff)
downloadphosphor-host-ipmid-f3e0137164be7b5098cd300e82a7f6ae717de49a.tar.gz
phosphor-host-ipmid-f3e0137164be7b5098cd300e82a7f6ae717de49a.zip
Merge pull request #12 from anoo1/timestamp
Add get sel time cmd
Diffstat (limited to 'storagehandler.h')
-rw-r--r--storagehandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/storagehandler.h b/storagehandler.h
index 56c1a8b..1b7f552 100644
--- a/storagehandler.h
+++ b/storagehandler.h
@@ -1,15 +1,16 @@
#ifndef __HOST_IPMI_STORAGE_HANDLER_H__
#define __HOST_IPMI_STORAGE_HANDLER_H__
-// IPMI commands for net functions.
+// IPMI commands for Storage net functions.
enum ipmi_netfn_storage_cmds
{
// Get capability bits
- IPMI_CMD_SET_SEL_TIME = 0x49,
IPMI_CMD_WRITE_FRU_DATA = 0x12,
IPMI_CMD_GET_SEL_INFO = 0x40,
IPMI_CMD_RESERVE_SEL = 0x42,
IPMI_CMD_ADD_SEL = 0x44,
+ IPMI_CMD_GET_SEL_TIME = 0x48,
+ IPMI_CMD_SET_SEL_TIME = 0x49,
};
OpenPOWER on IntegriCloud