summaryrefslogtreecommitdiffstats
path: root/storagehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'storagehandler.h')
-rw-r--r--storagehandler.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/storagehandler.h b/storagehandler.h
index 1b7f552..7abefd5 100644
--- a/storagehandler.h
+++ b/storagehandler.h
@@ -14,4 +14,16 @@ enum ipmi_netfn_storage_cmds
};
+struct ipmi_add_sel_request_t {
+
+ uint8_t recordid[2];
+ uint8_t recordtype;
+ uint8_t timestampe[4];
+ uint8_t generatorid[2];
+ uint8_t evmrev;
+ uint8_t sensortype;
+ uint8_t sensornumber;
+ uint8_t eventdir;
+ uint8_t eventdata[3];
+};
#endif
OpenPOWER on IntegriCloud