Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 1 | extern struct platform_device pxa_device_mci; |
Bridge Wu | 8d33b05 | 2007-12-21 19:15:36 +0800 | [diff] [blame^] | 2 | extern struct platform_device pxa3xx_device_mci2; |
Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 3 | extern struct platform_device pxa_device_udc; |
| 4 | extern struct platform_device pxa_device_fb; |
| 5 | extern struct platform_device pxa_device_ffuart; |
| 6 | extern struct platform_device pxa_device_btuart; |
| 7 | extern struct platform_device pxa_device_stuart; |
| 8 | extern struct platform_device pxa_device_hwuart; |
| 9 | extern struct platform_device pxa_device_i2c; |
| 10 | extern struct platform_device pxa_device_i2s; |
| 11 | extern struct platform_device pxa_device_ficp; |
| 12 | extern struct platform_device pxa_device_rtc; |
Russell King | 00dc4f9 | 2007-08-20 10:09:18 +0100 | [diff] [blame] | 13 | |
| 14 | extern struct platform_device pxa27x_device_i2c_power; |
| 15 | extern struct platform_device pxa27x_device_ohci; |
Russell King | 03f5b2c | 2007-11-08 11:17:19 +0000 | [diff] [blame] | 16 | |
eric miao | d2b82dd | 2007-12-10 17:51:29 +0800 | [diff] [blame] | 17 | extern struct platform_device pxa25x_device_ssp; |
| 18 | extern struct platform_device pxa25x_device_nssp; |
| 19 | extern struct platform_device pxa25x_device_assp; |
| 20 | extern struct platform_device pxa27x_device_ssp1; |
| 21 | extern struct platform_device pxa27x_device_ssp2; |
| 22 | extern struct platform_device pxa27x_device_ssp3; |
| 23 | extern struct platform_device pxa3xx_device_ssp4; |
| 24 | |
Russell King | 03f5b2c | 2007-11-08 11:17:19 +0000 | [diff] [blame] | 25 | void __init pxa_register_device(struct platform_device *dev, void *data); |