]> Pileus Git - ~andy/linux/blob - arch/arm/mach-ux500/devices-db8500.h
ARM: ux500: Remove UART support when booting without Device Tree
[~andy/linux] / arch / arm / mach-ux500 / devices-db8500.h
1 /*
2  * Copyright (C) ST-Ericsson SA 2010
3  *
4  * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
5  * License terms: GNU General Public License (GPL), version 2.
6  */
7
8 #ifndef __DEVICES_DB8500_H
9 #define __DEVICES_DB8500_H
10
11 #include "irqs.h"
12 #include "db8500-regs.h"
13 #include "devices-common.h"
14
15 struct platform_device;
16
17 extern struct ab8500_platform_data ab8500_platdata;
18 extern struct prcmu_pdata db8500_prcmu_pdata;
19 extern struct platform_device db8500_prcmu_device;
20
21 #endif