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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/charge_state_v2.h b/include/charge_state_v2.h
index 16d8ee61ad..7f2015dc74 100644
--- a/include/charge_state_v2.h
+++ b/include/charge_state_v2.h
@@ -48,5 +48,14 @@ struct charge_state_data {
*/
int charger_profile_override(struct charge_state_data *);
+/*
+ * Access to custom profile params through host commands.
+ * What this does is up to the implementation.
+ */
+enum ec_status charger_profile_override_get_param(uint32_t param,
+ uint32_t *value);
+enum ec_status charger_profile_override_set_param(uint32_t param,
+ uint32_t value);
+
#endif /* __CROS_EC_CHARGE_STATE_V2_H */