summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 2e4e62f70e..14200efa2c 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -1264,8 +1264,9 @@ void pd_hw_release(int port);
* Initialize the hardware used for PD RX/TX.
*
* @param port USB-C port number
+ * @param role Role to initialize pins in
*/
-void pd_hw_init(int port);
+void pd_hw_init(int port, int role);
/* --- Protocol layer functions --- */
/**