2007-07-17 05:45:58 -04:00
|
|
|
extern struct platform_device pxa_device_mci;
|
2007-12-21 06:15:36 -05:00
|
|
|
extern struct platform_device pxa3xx_device_mci2;
|
2007-12-21 06:27:08 -05:00
|
|
|
extern struct platform_device pxa3xx_device_mci3;
|
2007-07-17 05:45:58 -04:00
|
|
|
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;
|
2007-08-20 05:09:18 -04:00
|
|
|
|
|
|
|
extern struct platform_device pxa27x_device_i2c_power;
|
|
|
|
extern struct platform_device pxa27x_device_ohci;
|
2007-11-08 06:17:19 -05:00
|
|
|
|
2007-12-10 04:51:29 -05:00
|
|
|
extern struct platform_device pxa25x_device_ssp;
|
|
|
|
extern struct platform_device pxa25x_device_nssp;
|
|
|
|
extern struct platform_device pxa25x_device_assp;
|
|
|
|
extern struct platform_device pxa27x_device_ssp1;
|
|
|
|
extern struct platform_device pxa27x_device_ssp2;
|
|
|
|
extern struct platform_device pxa27x_device_ssp3;
|
|
|
|
extern struct platform_device pxa3xx_device_ssp4;
|
|
|
|
|
2007-11-08 06:17:19 -05:00
|
|
|
void __init pxa_register_device(struct platform_device *dev, void *data);
|