aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ipmi.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/ipmi.h b/include/ipmi.h
index ea5a0a9..ac6dd90 100644
--- a/include/ipmi.h
+++ b/include/ipmi.h
@@ -47,13 +47,13 @@
#define IPMI_CHASSIS_CONTROL_CMD 0x02
#define IPMI_CHASSIS_RESET_CMD 0x03
#define IPMI_CHASSIS_IDENTIFY_CMD 0x04
-#define IPMI_CHASSIS_SET_PANEL_BUTTON_EN_CMD 0x05
-#define IPMI_CHASSIS_SET_CAP_CMD 0x06
-#define IPMI_CHASSIS_SET_PWR_RESTORE_CMD 0x07
-#define IPMI_CHASSIS_SET_PWR_CYCLE_CMD 0x08
-#define IPMI_CHASSIS_GET_SYS_RESTART_CAUSE_CMD 0x09
-#define IPMI_CHASSIS_SET_SYS_BOOT_OPT_CMD 0x0a
-#define IPMI_CHASSIS_GET_SYS_BOOT_OPT_CMD 0x0b
+#define IPMI_CHASSIS_SET_PANEL_BUTTON_EN_CMD 0x0a
+#define IPMI_CHASSIS_SET_CAP_CMD 0x05
+#define IPMI_CHASSIS_SET_PWR_RESTORE_CMD 0x06
+#define IPMI_CHASSIS_SET_PWR_CYCLE_CMD 0x0b
+#define IPMI_CHASSIS_GET_SYS_RESTART_CAUSE_CMD 0x07
+#define IPMI_CHASSIS_SET_SYS_BOOT_OPT_CMD 0x08
+#define IPMI_CHASSIS_GET_SYS_BOOT_OPT_CMD 0x09
#define IPMI_CHASSIS_GET_POH_COUNTER_CMD 0x0f