summaryrefslogtreecommitdiff
path: root/include/usb_pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd.h')
-rw-r--r--include/usb_pd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index cefe8abe06..9deed54b88 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -942,9 +942,10 @@ int pd_is_valid_input_voltage(int mv);
* Request a new operating voltage.
*
* @param rdo Request Data Object with the selected operating point.
+ * @param port The port which the request came in on.
* @return EC_SUCCESS if we can get the requested voltage/OP, <0 else.
*/
-int pd_check_requested_voltage(uint32_t rdo);
+int pd_check_requested_voltage(uint32_t rdo, const int port);
/**
* Run board specific checks on request message