blob: cbc6f1e4104ddc2c9b8c0bd7c3b96f662167f24f [file] [log] [blame]
Rabin Vincentd48fd002010-05-03 07:46:56 +01001/*
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
10struct platform_device;
11struct amba_device;
12
Rabin Vincent5b1f7dd2010-05-03 08:25:52 +010013extern struct platform_device u8500_gpio_devs[];
14
Rabin Vincentd48fd002010-05-03 07:46:56 +010015extern struct amba_device ux500_pl031_device;
Rabin Vincentd48fd002010-05-03 07:46:56 +010016
Andreas Westin585d1882012-05-10 10:14:06 +020017extern struct platform_device ux500_hash1_device;
18extern struct platform_device ux500_cryp1_device;
19
Linus Walleij7b8ddb02010-05-27 15:21:26 -070020extern struct platform_device u8500_dma40_device;
Sundar Iyer4c61c842010-09-29 19:43:09 -070021extern struct platform_device ux500_ske_keypad_device;
Linus Walleij7b8ddb02010-05-27 15:21:26 -070022
Rabin Vincentd48fd002010-05-03 07:46:56 +010023#endif