Rabin Vincent | d48fd00 | 2010-05-03 07:46:56 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) ST-Ericsson SA 2010 |
| 3 | * |
| 4 | * License terms: GNU General Public License (GPL) version 2 |
| 5 | */ |
| 6 | |
| 7 | #ifndef __ASM_ARCH_DEVICES_H__ |
| 8 | #define __ASM_ARCH_DEVICES_H__ |
| 9 | |
| 10 | struct platform_device; |
| 11 | struct amba_device; |
| 12 | |
Rabin Vincent | 5b1f7dd | 2010-05-03 08:25:52 +0100 | [diff] [blame] | 13 | extern struct platform_device u8500_gpio_devs[]; |
| 14 | |
Rabin Vincent | d48fd00 | 2010-05-03 07:46:56 +0100 | [diff] [blame] | 15 | extern struct amba_device ux500_pl031_device; |
Rabin Vincent | d48fd00 | 2010-05-03 07:46:56 +0100 | [diff] [blame] | 16 | |
Andreas Westin | 585d188 | 2012-05-10 10:14:06 +0200 | [diff] [blame] | 17 | extern struct platform_device ux500_hash1_device; |
| 18 | extern struct platform_device ux500_cryp1_device; |
| 19 | |
Linus Walleij | 7b8ddb0 | 2010-05-27 15:21:26 -0700 | [diff] [blame] | 20 | extern struct platform_device u8500_dma40_device; |
Sundar Iyer | 4c61c84 | 2010-09-29 19:43:09 -0700 | [diff] [blame] | 21 | extern struct platform_device ux500_ske_keypad_device; |
Linus Walleij | 7b8ddb0 | 2010-05-27 15:21:26 -0700 | [diff] [blame] | 22 | |
Rabin Vincent | d48fd00 | 2010-05-03 07:46:56 +0100 | [diff] [blame] | 23 | #endif |