| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/include/asm-arm/arch-pxa/udc.h | ||||
| 3 | * | ||||
| 4 | * This supports machine-specific differences in how the PXA2xx | ||||
| 5 | * USB Device Controller (UDC) is wired. | ||||
| 6 | * | ||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | */ |
| Milan Svoboda | aed6fad | 2006-11-29 12:09:52 +0100 | [diff] [blame] | 8 | #include <asm/mach/udc_pxa2xx.h> |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
| 10 | extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info); | ||||
| 11 | |||||