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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index 751907d3c8..c7d16aed52 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -3056,6 +3056,16 @@ __override_proto uint8_t board_get_usb_pd_port_count(void);
__override_proto bool board_is_usb_pd_port_present(int port);
/**
+ * Return true if specified PD port is DTS (Debug and Test System
+ * capable).
+ *
+ * @param port USB-C port number
+ *
+ * @return true if port is DTS capable.
+ */
+__override_proto bool board_is_dts_port(int port);
+
+/**
* Process PD-related alerts for a chip which is sharing the TCPC interrupt line
*
* @param port USB-C port number