summaryrefslogtreecommitdiff
path: root/board/ryu/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/ryu/board.h')
-rw-r--r--board/ryu/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ryu/board.h b/board/ryu/board.h
index 3c5be953ba..a0a20f6479 100644
--- a/board/ryu/board.h
+++ b/board/ryu/board.h
@@ -276,7 +276,7 @@ enum usb_strings {
#define PD_PREFER_LOW_VOLTAGE
/* Set the charge current limit. */
-void board_set_charge_limit(int charge_ma);
+void board_set_charge_limit(int port, int supplier, int charge_ma);
/* PP1800 transition GPIO interrupt handler */
void pp1800_on_off_evt(enum gpio_signal signal);