summaryrefslogtreecommitdiff
path: root/include/charge_state_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charge_state_v2.h')
-rw-r--r--include/charge_state_v2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/charge_state_v2.h b/include/charge_state_v2.h
index b1896ff106..88cf6357eb 100644
--- a/include/charge_state_v2.h
+++ b/include/charge_state_v2.h
@@ -140,4 +140,11 @@ int charge_state_limit_power(void);
*/
int board_check_os_boot_power(void);
+/**
+ * Callback with which a board sets minimum power to boot AP
+ *
+ * @return Power in MW
+ */
+int board_set_min_power_mw_for_power_on(void);
+
#endif /* __CROS_EC_CHARGE_STATE_V2_H */