9
0
Fork 0

ARM i.MX6: add usb function prototypes

Add missing prototypes to mach/usb.h

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Steffen Trumtrar 2012-09-15 15:56:24 +02:00 committed by Sascha Hauer
parent edd582ee63
commit 12ff9ed703
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@
#define MX35_H1_USBTE_BIT (1 << 4)
#define MXC_EHCI_INTERFACE_SINGLE_UNI (2 << 0)
int imx6_usb_phy1_disable_oc(void);
int imx6_usb_phy1_enable(void);
#endif /* __MACH_USB_H_*/