add fb
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rk2818 / devices.h
1 /* linux/arch/arm/mach-rk2818/devices.h
2  *
3  * Copyright (C) 2010 ROCKCHIP, Inc.
4  *
5  * This software is licensed under the terms of the GNU General Public
6  * License version 2, as published by the Free Software Foundation, and
7  * may be copied, distributed, and modified under those terms.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  */
15
16 #ifndef __ARCH_ARM_MACH_RK2818_DEVICES_H
17 #define __ARCH_ARM_MACH_RK2818_DEVICES_H
18
19 extern struct platform_device rk2818_device_uart0;
20 extern struct platform_device rk2818_device_uart1;
21 extern struct platform_device rk2818_device_uart2;
22 extern struct platform_device rk2818_device_uart3;
23 extern struct platform_device rk2818_device_spim;
24 extern struct platform_device rk2818_device_i2c0;
25 extern struct platform_device rk2818_device_i2c1;
26 extern struct rk2818_i2c_platform_data default_i2c0_data;
27 extern struct rk2818_i2c_platform_data default_i2c1_data;
28 extern struct platform_device rk2818_device_dm9k;
29 extern struct platform_device rk2818_device_fb;
30 #endif