udc.h 258 B

1234567891011
  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. *
  7. */
  8. #include <asm/mach/udc_pxa2xx.h>
  9. extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);