summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usb_pd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index 45732cb4be..5abbda6136 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -2672,6 +2672,13 @@ int pd_set_frs_enable(int port, int enable);
__override_proto int board_pd_set_frs_enable(int port, int enable);
/**
+ * Optional board-level function called after TCPC detect FRS signal.
+ *
+ * @param port USB-C port number
+ */
+__overridable void board_frs_handler(int port);
+
+/**
* Get current DisplayPort pin mode on the specified port.
*
* @param port USB-C port number