summaryrefslogtreecommitdiff
path: root/zephyr/include/ap_power/ap_pwrseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/ap_power/ap_pwrseq.h')
-rw-r--r--zephyr/include/ap_power/ap_pwrseq.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr/include/ap_power/ap_pwrseq.h b/zephyr/include/ap_power/ap_pwrseq.h
index 86c5f051e6..f7324b0f6c 100644
--- a/zephyr/include/ap_power/ap_pwrseq.h
+++ b/zephyr/include/ap_power/ap_pwrseq.h
@@ -32,6 +32,7 @@ extern "C" {
())))
/** @brief AP power sequence valid power states. */
+/* clang-format off */
enum ap_pwrseq_state {
AP_POWER_STATE_UNINIT, /* EC and AP are Uninitialized */
AP_POWER_STATE_G3, /* AP is OFF */
@@ -43,10 +44,11 @@ enum ap_pwrseq_state {
AP_POWER_STATE_S0, /* AP is in active state */
DT_FOREACH_STATUS_OKAY(ap_pwrseq_sub_states,
AP_PWRSEQ_EACH_SUB_STATE_ENUM_DEF)
- AP_POWER_STATE_COUNT,
+ AP_POWER_STATE_COUNT,
AP_POWER_STATE_UNDEF = 0xFFFE,
AP_POWER_STATE_ERROR = 0xFFFF,
};
+/* clang-format on */
/** @brief AP power sequence events. */
enum ap_pwrseq_event {