OLD | NEW |
1 /* arch/arm/plat-samsung/include/plat/devs.h | 1 /* arch/arm/plat-samsung/include/plat/devs.h |
2 * | 2 * |
3 * Copyright (c) 2004 Simtec Electronics | 3 * Copyright (c) 2004 Simtec Electronics |
4 * Ben Dooks <ben@simtec.co.uk> | 4 * Ben Dooks <ben@simtec.co.uk> |
5 * | 5 * |
6 * Header file for s3c2410 standard platform devices | 6 * Header file for s3c2410 standard platform devices |
7 * | 7 * |
8 * This program is free software; you can redistribute it and/or modify | 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 | 9 * it under the terms of the GNU General Public License version 2 as |
10 * published by the Free Software Foundation. | 10 * published by the Free Software Foundation. |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 | 56 |
57 extern struct platform_device s3c_device_hwmon; | 57 extern struct platform_device s3c_device_hwmon; |
58 | 58 |
59 extern struct platform_device s3c_device_nand; | 59 extern struct platform_device s3c_device_nand; |
60 | 60 |
61 extern struct platform_device s3c_device_usbgadget; | 61 extern struct platform_device s3c_device_usbgadget; |
62 extern struct platform_device s3c_device_usb_hsotg; | 62 extern struct platform_device s3c_device_usb_hsotg; |
63 | 63 |
64 extern struct platform_device s3c_device_mfc; | 64 extern struct platform_device s3c_device_mfc; |
65 | 65 |
| 66 extern struct platform_device s5p_device_tvout; |
| 67 extern struct platform_device s5p_device_cec; |
| 68 extern struct platform_device s5p_device_hpd; |
| 69 |
66 /* s3c2440 specific devices */ | 70 /* s3c2440 specific devices */ |
67 | 71 |
68 #ifdef CONFIG_CPU_S3C2440 | 72 #ifdef CONFIG_CPU_S3C2440 |
69 | 73 |
70 extern struct platform_device s3c_device_camif; | 74 extern struct platform_device s3c_device_camif; |
71 extern struct platform_device s3c_device_ac97; | 75 extern struct platform_device s3c_device_ac97; |
72 | 76 |
73 #endif | 77 #endif |
OLD | NEW |