2010-05-03 06:46:56 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) ST-Ericsson SA 2010
|
|
|
|
*
|
|
|
|
* License terms: GNU General Public License (GPL) version 2
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_DEVICES_H__
|
|
|
|
#define __ASM_ARCH_DEVICES_H__
|
|
|
|
|
|
|
|
struct platform_device;
|
|
|
|
struct amba_device;
|
|
|
|
|
2010-05-03 07:25:52 +00:00
|
|
|
extern struct platform_device u8500_gpio_devs[];
|
|
|
|
|
2010-05-03 06:46:56 +00:00
|
|
|
extern struct amba_device ux500_pl031_device;
|
|
|
|
|
2012-05-10 08:14:06 +00:00
|
|
|
extern struct platform_device ux500_hash1_device;
|
|
|
|
extern struct platform_device ux500_cryp1_device;
|
|
|
|
|
2010-05-27 22:21:26 +00:00
|
|
|
extern struct platform_device u8500_dma40_device;
|
2010-09-30 02:43:09 +00:00
|
|
|
extern struct platform_device ux500_ske_keypad_device;
|
2010-05-27 22:21:26 +00:00
|
|
|
|
2010-05-03 06:46:56 +00:00
|
|
|
#endif
|