summaryrefslogtreecommitdiff
path: root/include/pmu_tpschrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pmu_tpschrome.h')
-rw-r--r--include/pmu_tpschrome.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pmu_tpschrome.h b/include/pmu_tpschrome.h
index 9b9c0ff0d5..0af241682f 100644
--- a/include/pmu_tpschrome.h
+++ b/include/pmu_tpschrome.h
@@ -260,14 +260,14 @@ int board_get_ac(void);
void board_hard_reset(void);
/**
- * Update battery LED according to charger state.
+ * Wake TPS65090 charger task, but throttled to at most one call per tick
*/
-int board_battery_led(enum charging_state state);
+void pmu_task_throttled_wake(void);
/**
- * Wake TPS65090 charger task, but throttled to at most one call per tick
+ * Get current charge state
*/
-void pmu_task_throttled_wake(void);
+enum charging_state charge_get_state(void);
#endif /* __CROS_EC_TPSCHROME_H */