summaryrefslogtreecommitdiff
path: root/include/charger_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charger_base.h')
-rw-r--r--include/charger_base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/charger_base.h b/include/charger_base.h
index 272dde9e26..efe4a6885f 100644
--- a/include/charger_base.h
+++ b/include/charger_base.h
@@ -57,4 +57,8 @@ bool charger_base_charge_near_full(void);
/* Get the base input-voltage */
int charger_base_get_input_voltage(const struct charge_state_data *curr);
+/* Set the input voltage for the base */
+void charger_base_set_input_voltage(struct charge_state_data *curr,
+ int input_voltage);
+
#endif /* __CROS_EC_CHARGER_BASE_H */