You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
extern struct platform_device pxa_device_mci;
|
|
|
|
extern struct platform_device pxa_device_udc;
|
|
|
|
extern struct platform_device pxa_device_fb;
|
|
|
|
extern struct platform_device pxa_device_ffuart;
|
|
|
|
extern struct platform_device pxa_device_btuart;
|
|
|
|
extern struct platform_device pxa_device_stuart;
|
|
|
|
extern struct platform_device pxa_device_hwuart;
|
|
|
|
extern struct platform_device pxa_device_i2c;
|
|
|
|
extern struct platform_device pxa_device_i2s;
|
|
|
|
extern struct platform_device pxa_device_ficp;
|
|
|
|
extern struct platform_device pxa_device_rtc;
|
|
|
|
|
|
|
|
extern struct platform_device pxa27x_device_i2c_power;
|
|
|
|
extern struct platform_device pxa27x_device_ohci;
|
|
|
|
|
|
|
|
void __init pxa_register_device(struct platform_device *dev, void *data);
|