summaryrefslogtreecommitdiff
path: root/include/usb_tc_sm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_tc_sm.h')
-rw-r--r--include/usb_tc_sm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/usb_tc_sm.h b/include/usb_tc_sm.h
index c797318b91..c3bb080d78 100644
--- a/include/usb_tc_sm.h
+++ b/include/usb_tc_sm.h
@@ -282,14 +282,6 @@ enum tcpc_cc_polarity get_snk_polarity(enum tcpc_cc_voltage_status cc1,
int tc_restart_tcpc(int port);
/**
- * Sets the polarity of the port
- *
- * @param port USB-C port number
- * @param polarity 0 for CC1, else 1 for CC2
- */
-void set_polarity(int port, int polarity);
-
-/**
* Called by the state machine framework to initialize the
* TypeC state machine
*