summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usb_mux.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/usb_mux.h b/include/usb_mux.h
index f3d18a7874..61a2c5167b 100644
--- a/include/usb_mux.h
+++ b/include/usb_mux.h
@@ -261,22 +261,4 @@ void usb_mux_hpd_update(int port, int hpd_lvl, int hpd_irq);
*/
int usb_mux_retimer_fw_update_port_info(void);
-/**
- * Get the disconnect latch flag so that the Kernel Mux driver doesn't
- * miss the unnoticed disconnection status.
- *
- * @param port port number.
- * @return status of disconnect latch flag
- */
-bool usb_mux_get_disconnect_latch_flag(int port);
-
-/**
- * Set the disconnect latch flag if the Type-C devices are disconnected and
- * the information is not yet updated to Kernel Mux driver.
- *
- * @param port port number
- * @param enable whether to enable or disable the disconnect latch flag
- */
-void usb_mux_set_disconnect_latch_flag(int port, bool enable);
-
#endif