2005-04-16 18:20:36 -04:00
|
|
|
/*
|
|
|
|
* linux/include/asm-arm/arch-pxa/udc.h
|
|
|
|
*
|
|
|
|
* This supports machine-specific differences in how the PXA2xx
|
|
|
|
* USB Device Controller (UDC) is wired.
|
|
|
|
*
|
|
|
|
*/
|
2006-11-29 06:09:52 -05:00
|
|
|
#include <asm/mach/udc_pxa2xx.h>
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|
|
|