Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / arch / arm / mach-tegra / devices.h
CommitLineData
85940b4a
OJ
1/*
2 * Copyright (C) 2010,2011 Google, Inc.
3 *
4 * Author:
5 * Colin Cross <ccross@android.com>
6 * Erik Gilling <ccross@android.com>
7 *
8 * This software is licensed under the terms of the GNU General Public
9 * License version 2, as published by the Free Software Foundation, and
10 * may be copied, distributed, and modified under those terms.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 */
18
19#ifndef __MACH_TEGRA_DEVICES_H
20#define __MACH_TEGRA_DEVICES_H
21
22#include <linux/platform_device.h>
23
940dd96f
SW
24extern struct platform_device tegra_gpio_device;
25extern struct platform_device tegra_pinmux_device;
85940b4a
OJ
26extern struct platform_device tegra_sdhci_device1;
27extern struct platform_device tegra_sdhci_device2;
28extern struct platform_device tegra_sdhci_device3;
29extern struct platform_device tegra_sdhci_device4;
30extern struct platform_device tegra_i2c_device1;
31extern struct platform_device tegra_i2c_device2;
32extern struct platform_device tegra_i2c_device3;
33extern struct platform_device tegra_i2c_device4;
34extern struct platform_device tegra_spi_device1;
35extern struct platform_device tegra_spi_device2;
36extern struct platform_device tegra_spi_device3;
37extern struct platform_device tegra_spi_device4;
38extern struct platform_device tegra_ehci1_device;
39extern struct platform_device tegra_ehci2_device;
40extern struct platform_device tegra_ehci3_device;
41extern struct platform_device tegra_uarta_device;
42extern struct platform_device tegra_uartb_device;
43extern struct platform_device tegra_uartc_device;
44extern struct platform_device tegra_uartd_device;
45extern struct platform_device tegra_uarte_device;
46extern struct platform_device tegra_pmu_device;
b9652c2d
SW
47extern struct platform_device tegra_i2s_device1;
48extern struct platform_device tegra_i2s_device2;
49extern struct platform_device tegra_das_device;
50extern struct platform_device tegra_pcm_device;
85940b4a
OJ
51
52#endif
This page took 0.087035 seconds and 5 git commands to generate.