repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
9 lines
167 B
C
9 lines
167 B
C
/*
|
|
* arch/arm/mach-ixp4xx/include/mach/udc.h
|
|
*
|
|
*/
|
|
#include <linux/platform_data/pxa2xx_udc.h>
|
|
|
|
extern void ixp4xx_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|