summaryrefslogtreecommitdiffstats
path: root/globalhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'globalhandler.h')
-rw-r--r--globalhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/globalhandler.h b/globalhandler.h
index 608df3b..dcdb68d 100644
--- a/globalhandler.h
+++ b/globalhandler.h
@@ -6,7 +6,8 @@
// Various GLOBAL operations under a single command.
enum ipmi_global_control_cmds : uint8_t
{
-IPMI_CMD_WARM_RESET = 0x02,
+ IPMI_CMD_COLD_RESET = 0x02,
+ IPMI_CMD_WARM_RESET = 0x03,
};
#endif
OpenPOWER on IntegriCloud