2007-07-17 11:45:58 +02:00
|
|
|
extern struct platform_device pxa_device_mci;
|
2007-12-21 12:15:36 +01:00
|
|
|
extern struct platform_device pxa3xx_device_mci2;
|
2007-12-21 12:27:08 +01:00
|
|
|
extern struct platform_device pxa3xx_device_mci3;
|
2008-06-23 00:36:39 +02:00
|
|
|
extern struct platform_device pxa25x_device_udc;
|
|
|
|
extern struct platform_device pxa27x_device_udc;
|
2007-07-17 11:45:58 +02:00
|
|
|
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;
|
2008-11-13 23:50:56 +01:00
|
|
|
extern struct platform_device sa1100_device_rtc;
|
2007-07-17 11:45:58 +02:00
|
|
|
extern struct platform_device pxa_device_rtc;
|
2008-06-10 13:30:05 +02:00
|
|
|
extern struct platform_device pxa_device_ac97;
|
2007-08-20 11:09:18 +02:00
|
|
|
|
|
|
|
extern struct platform_device pxa27x_device_i2c_power;
|
|
|
|
extern struct platform_device pxa27x_device_ohci;
|
2008-01-23 06:39:13 +01:00
|
|
|
extern struct platform_device pxa27x_device_keypad;
|
2007-11-08 12:17:19 +01:00
|
|
|
|
2007-12-10 10:51:29 +01: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;
|
|
|
|
|
2008-04-13 22:44:04 +02:00
|
|
|
extern struct platform_device pxa25x_device_pwm0;
|
|
|
|
extern struct platform_device pxa25x_device_pwm1;
|
|
|
|
extern struct platform_device pxa27x_device_pwm0;
|
|
|
|
extern struct platform_device pxa27x_device_pwm1;
|
|
|
|
|
2008-06-02 09:22:03 +02:00
|
|
|
extern struct platform_device pxa3xx_device_nand;
|
2008-08-17 07:23:05 +02:00
|
|
|
extern struct platform_device pxa3xx_device_i2c_power;
|
2008-06-02 09:22:03 +02:00
|
|
|
|
2009-07-09 19:04:49 +02:00
|
|
|
extern struct platform_device pxa3xx_device_gcu;
|
|
|
|
|
2007-11-08 12:17:19 +01:00
|
|
|
void __init pxa_register_device(struct platform_device *dev, void *data);
|