mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
a09e64fbc0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
150 B
C
9 lines
150 B
C
/*
|
|
* arch/arm/mach-pxa/include/mach/udc.h
|
|
*
|
|
*/
|
|
#include <asm/mach/udc_pxa2xx.h>
|
|
|
|
extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|