2007-02-11 20:31:01 +03:00
/* linux/include/asm-arm/plat-s3c24xx/devs.h
2005-04-17 02:20:36 +04:00
*
* Copyright ( c ) 2004 Simtec Electronics
* Ben Dooks < ben @ simtec . co . uk >
*
* Header file for s3c2410 standard platform devices
*
* This program is free software ; you can redistribute it and / or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation .
*/
2005-10-29 22:07:23 +04:00
# include <linux/platform_device.h>
2005-04-17 02:20:36 +04:00
2006-06-19 02:04:05 +04:00
struct s3c24xx_uart_resources {
struct resource * resources ;
unsigned long nr_resources ;
} ;
extern struct s3c24xx_uart_resources s3c2410_uart_resources [ ] ;
2008-10-21 17:06:46 +04:00
extern struct s3c24xx_uart_resources s3c64xx_uart_resources [ ] ;
2006-06-19 02:04:05 +04:00
2005-04-17 02:20:36 +04:00
extern struct platform_device * s3c24xx_uart_devs [ ] ;
2006-06-19 02:04:05 +04:00
extern struct platform_device * s3c24xx_uart_src [ ] ;
2005-04-17 02:20:36 +04:00
2008-07-01 16:17:24 +04:00
extern struct platform_device s3c_device_timer [ ] ;
2008-11-19 18:41:31 +03:00
extern struct platform_device s3c_device_fb ;
2005-04-17 02:20:36 +04:00
extern struct platform_device s3c_device_usb ;
extern struct platform_device s3c_device_lcd ;
extern struct platform_device s3c_device_wdt ;
2008-10-31 19:14:40 +03:00
extern struct platform_device s3c_device_i2c0 ;
2008-10-31 19:14:55 +03:00
extern struct platform_device s3c_device_i2c1 ;
2005-04-17 02:20:36 +04:00
extern struct platform_device s3c_device_iis ;
extern struct platform_device s3c_device_rtc ;
extern struct platform_device s3c_device_adc ;
extern struct platform_device s3c_device_sdi ;
2008-10-31 19:14:28 +03:00
extern struct platform_device s3c_device_hsmmc0 ;
extern struct platform_device s3c_device_hsmmc1 ;
extern struct platform_device s3c_device_hsmmc2 ;
2005-04-17 02:20:36 +04:00
extern struct platform_device s3c_device_spi0 ;
extern struct platform_device s3c_device_spi1 ;
extern struct platform_device s3c_device_nand ;
extern struct platform_device s3c_device_usbgadget ;
/* s3c2440 specific devices */
# ifdef CONFIG_CPU_S3C2440
extern struct platform_device s3c_device_camif ;
# endif