[ARM] 4157/2: S3C24XX: move arch/arch/mach-s3c2410 into cpu components
[linux-2.6/btrfs-unstable.git] / include / asm-arm / plat-s3c24xx / devs.h
blobdddf485fc0670fe4833b7fc5e57f282fb7df4223
1 /* linux/include/asm-arm/plat-s3c24xx/devs.h
3 * Copyright (c) 2004 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * Header file for s3c2410 standard platform devices
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
12 #include <linux/platform_device.h>
14 struct s3c24xx_uart_resources {
15 struct resource *resources;
16 unsigned long nr_resources;
19 extern struct s3c24xx_uart_resources s3c2410_uart_resources[];
21 extern struct platform_device *s3c24xx_uart_devs[];
22 extern struct platform_device *s3c24xx_uart_src[];
24 extern struct platform_device s3c_device_usb;
25 extern struct platform_device s3c_device_lcd;
26 extern struct platform_device s3c_device_wdt;
27 extern struct platform_device s3c_device_i2c;
28 extern struct platform_device s3c_device_iis;
29 extern struct platform_device s3c_device_rtc;
30 extern struct platform_device s3c_device_adc;
31 extern struct platform_device s3c_device_sdi;
33 extern struct platform_device s3c_device_spi0;
34 extern struct platform_device s3c_device_spi1;
36 extern struct platform_device s3c_device_nand;
38 extern struct platform_device s3c_device_timer0;
39 extern struct platform_device s3c_device_timer1;
40 extern struct platform_device s3c_device_timer2;
41 extern struct platform_device s3c_device_timer3;
43 extern struct platform_device s3c_device_usbgadget;
45 /* s3c2440 specific devices */
47 #ifdef CONFIG_CPU_S3C2440
49 extern struct platform_device s3c_device_camif;
51 #endif