summaryrefslogtreecommitdiff
path: root/include/driver/tcpm/tcpci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/tcpm/tcpci.h')
-rw-r--r--include/driver/tcpm/tcpci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/driver/tcpm/tcpci.h b/include/driver/tcpm/tcpci.h
index 6eebb074b0..559b75a14f 100644
--- a/include/driver/tcpm/tcpci.h
+++ b/include/driver/tcpm/tcpci.h
@@ -351,12 +351,10 @@ int tcpci_tcpm_mux_enter_low_power(const struct usb_mux *me);
int tcpci_get_chip_info(int port, int live,
struct ec_response_pd_chip_info_v1 *chip_info);
int tcpci_get_vbus_voltage(int port, int *vbus);
-#ifdef CONFIG_USB_PD_PPC
bool tcpci_tcpm_get_snk_ctrl(int port);
int tcpci_tcpm_set_snk_ctrl(int port, int enable);
bool tcpci_tcpm_get_src_ctrl(int port);
int tcpci_tcpm_set_src_ctrl(int port, int enable);
-#endif
int tcpci_tcpc_fast_role_swap_enable(int port, int enable);