summaryrefslogtreecommitdiff
path: root/include/usb_mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_mux.h')
-rw-r--r--include/usb_mux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usb_mux.h b/include/usb_mux.h
index 9909f1c1c5..41e5881a81 100644
--- a/include/usb_mux.h
+++ b/include/usb_mux.h
@@ -262,4 +262,11 @@ void usb_mux_hpd_update(int port, mux_state_t mux_state);
*/
int usb_mux_retimer_fw_update_port_info(void);
+/**
+ * Check whether this port has pending mux sets
+ *
+ * @param port USB-C port number
+ * @return True if all pending mux sets have completed
+ */
+bool usb_mux_set_completed(int port);
#endif