summaryrefslogtreecommitdiffstats
path: root/globalhandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'globalhandler.hpp')
-rw-r--r--globalhandler.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/globalhandler.hpp b/globalhandler.hpp
new file mode 100644
index 0000000..23d3b3e
--- /dev/null
+++ b/globalhandler.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <stdint.h>
+
+// Various GLOBAL operations under a single command.
+enum ipmi_global_control_cmds : uint8_t
+{
+ IPMI_CMD_COLD_RESET = 0x02,
+ IPMI_CMD_WARM_RESET = 0x03,
+};
OpenPOWER on IntegriCloud