summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/usb.h
blob: 2d31b0d0f20d4af16c838c07f327e16d22896bfc (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MACH_USB_H
#define __MACH_USB_H

int imx23_usb_phy_enable(void);

int imx28_usb_phy0_enable(void);
int imx28_usb_phy1_enable(void);

#endif /* __MACH_USB_H */