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