summaryrefslogtreecommitdiff
path: root/include/charge_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charge_state.h')
-rw-r--r--include/charge_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/charge_state.h b/include/charge_state.h
index 4810a01c50..9b4e6d364f 100644
--- a/include/charge_state.h
+++ b/include/charge_state.h
@@ -50,6 +50,7 @@
enum power_state {
PWR_STATE_UNCHANGE = 0,
PWR_STATE_INIT,
+ PWR_STATE_IDLE0,
PWR_STATE_IDLE,
PWR_STATE_DISCHARGE,
PWR_STATE_CHARGE,
@@ -63,6 +64,7 @@ enum power_state {
{ \
"unchange", \
"init", \
+ "idle0", \
"idle", \
"discharge", \
"charge", \