summaryrefslogtreecommitdiff
path: root/include/usb_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_api.h')
-rw-r--r--include/usb_api.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/usb_api.h b/include/usb_api.h
index 481a77272c..79ee9406e9 100644
--- a/include/usb_api.h
+++ b/include/usb_api.h
@@ -82,11 +82,4 @@ static inline void usb_wake(void) {}
/* Board-specific USB wake, for side-band wake, called by usb_wake above. */
void board_usb_wake(void);
-#ifdef CONFIG_USB_SELECT_PHY
-/* Select which PHY to use. */
-void usb_select_phy(uint32_t phy);
-
-/* Get the current PHY */
-uint32_t usb_get_phy(void);
-#endif
#endif /* __CROS_EC_USB_API_H */