drm/i915|intel-gtt: consolidate intel-gtt.h headers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-msm / devices.h
blob568443e76423160d8520b2eff68961bc7c431163
1 /* linux/arch/arm/mach-msm/devices.h
3 * Copyright (C) 2008 Google, Inc.
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.
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.
16 #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H
17 #define __ARCH_ARM_MACH_MSM_DEVICES_H
19 #include "clock.h"
21 extern struct platform_device msm_device_uart1;
22 extern struct platform_device msm_device_uart2;
23 extern struct platform_device msm_device_uart3;
25 extern struct platform_device msm_device_sdc1;
26 extern struct platform_device msm_device_sdc2;
27 extern struct platform_device msm_device_sdc3;
28 extern struct platform_device msm_device_sdc4;
30 extern struct platform_device msm_device_hsusb;
32 extern struct platform_device msm_device_i2c;
34 extern struct platform_device msm_device_smd;
36 extern struct platform_device msm_device_nand;
38 extern struct clk msm_clocks_7x01a[];
39 extern unsigned msm_num_clocks_7x01a;
41 extern struct clk msm_clocks_7x30[];
42 extern unsigned msm_num_clocks_7x30;
44 extern struct clk msm_clocks_8x50[];
45 extern unsigned msm_num_clocks_8x50;
47 #endif