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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/charge_ramp.h b/include/charge_ramp.h
index c4082fdbf2..0745f5ef98 100644
--- a/include/charge_ramp.h
+++ b/include/charge_ramp.h
@@ -29,21 +29,23 @@ int board_is_vbus_too_low(int port, enum chg_ramp_vbus_state ramp_state);
/**
* Check if ramping is allowed for given supplier
*
+ * @param port Charge ramp port
* @supplier Supplier to check
*
* @return Ramping is allowed for given supplier
*/
-int chg_ramp_allowed(int supplier);
+int chg_ramp_allowed(int port, int supplier);
/**
* Get the maximum current limit that we are allowed to ramp to
*
+ * @param port Charge ramp port
* @supplier Active supplier type
* @sup_curr Input current limit based on supplier
*
* @return Maximum current in mA
*/
-int chg_ramp_max(int supplier, int sup_curr);
+int chg_ramp_max(int port, int supplier, int sup_curr);
/**
* Get the input current limit set by ramp module