summaryrefslogtreecommitdiffstats
path: root/storagehandler.hpp
diff options
context:
space:
mode:
authoranil kumar appana <anil.kumarx.appana@intel.com>2019-05-28 11:20:19 +0000
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-06-24 17:48:52 +0000
commit2c7db1d3594b388c0b857560e7217bbc154f84bf (patch)
tree21417079dca8866fcf1332a5a2d91637eee9a109 /storagehandler.hpp
parent23d06441e9ef92b0cfa421dbf256661d31ed5153 (diff)
downloadphosphor-host-ipmid-2c7db1d3594b388c0b857560e7217bbc154f84bf.tar.gz
phosphor-host-ipmid-2c7db1d3594b388c0b857560e7217bbc154f84bf.zip
storagehandler: move Add SEL to new API
Rewrite "Add SEL Entry" command to use the newly introduced IPMI provider API. Tested: Verified the behavior to be same as previous change. ipmitool raw 0x0a 0x44 1 0 0xff 4 5 6 7 8 9 0 1 2 3 4 5 6 05 06 Signed-off-by: anil kumar appana <anil.kumarx.appana@intel.com> Change-Id: I49bad876a209fb55f1b5b635b5a4ded425d33af0
Diffstat (limited to 'storagehandler.hpp')
-rw-r--r--storagehandler.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/storagehandler.hpp b/storagehandler.hpp
index 4754bf6..9ec87cb 100644
--- a/storagehandler.hpp
+++ b/storagehandler.hpp
@@ -22,20 +22,6 @@ enum ipmi_netfn_storage_cmds
};
-struct ipmi_add_sel_request_t
-{
-
- uint8_t recordid[2];
- uint8_t recordtype;
- uint8_t timestamp[4];
- uint8_t generatorid[2];
- uint8_t evmrev;
- uint8_t sensortype;
- uint8_t sensornumber;
- uint8_t eventdir;
- uint8_t eventdata[3];
-};
-
/**
* @struct Read FRU Data command request data
*/
OpenPOWER on IntegriCloud