summaryrefslogtreecommitdiff
path: root/include/charge_ramp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charge_ramp.h')
-rw-r--r--include/charge_ramp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/charge_ramp.h b/include/charge_ramp.h
index 6b7b3ad247..62145568c4 100644
--- a/include/charge_ramp.h
+++ b/include/charge_ramp.h
@@ -82,9 +82,10 @@ int chg_ramp_is_detected(void);
* @supplier Active charging supplier
* @current Minimum input current limit
* @registration_time Timestamp of when the supplier is registered
+ * @voltage Negotiated charge voltage.
*/
void chg_ramp_charge_supplier_change(int port, int supplier, int current,
- timestamp_t registration_time);
+ timestamp_t registration_time, int voltage);
#else
static inline void chg_ramp_charge_supplier_change(