mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-08 07:13:06 +00:00
9 lines
161 B
C
9 lines
161 B
C
/*
|
|
* arch/arm/mach-pxa/include/mach/udc.h
|
|
*
|
|
*/
|
|
#include <linux/platform_data/pxa2xx_udc.h>
|
|
|
|
extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|