summaryrefslogtreecommitdiffstats
path: root/globalhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'globalhandler.h')
-rw-r--r--globalhandler.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/globalhandler.h b/globalhandler.h
new file mode 100644
index 0000000..608df3b
--- /dev/null
+++ b/globalhandler.h
@@ -0,0 +1,12 @@
+#ifndef __HOST_IPMI_GLOBAL_HANDLER_H__
+#define __HOST_IPMI_GLOBAL_HANDLER_H__
+
+#include <stdint.h>
+
+// Various GLOBAL operations under a single command.
+enum ipmi_global_control_cmds : uint8_t
+{
+IPMI_CMD_WARM_RESET = 0x02,
+};
+
+#endif
OpenPOWER on IntegriCloud