summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/devices.h
blob: a45d760f3c77bc2a557b5bccd09ce91159e44709 (plain)
1
2
3
4
5
6
7
8
#if defined(CONFIG_MACH_MX21) || defined(CONFIG_MACH_MX27)
extern struct platform_device mxc_otg_udc_device;
extern struct platform_device mxc_otg_host;
extern struct platform_device mxc_usbh1;
extern struct platform_device mxc_usbh2;
extern struct platform_device mx21_usbhc_device;
extern struct platform_device imx_kpp_device;
#endif