summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra12_host1x_devices.h
diff options
context:
space:
mode:
authorJin Qian <jqian@nvidia.com>2012-02-02 18:25:15 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:19:50 -0700
commitcec6dff695711d43edfae17419171c15428fedb3 (patch)
treefd5fd61a7edb179dcf149a617db9abc9576efca8 /arch/arm/mach-tegra/tegra12_host1x_devices.h
parenta03d0c545e9d55a329511baf69efb56ce0b6abfb (diff)
ARM: tegra: bonaire: add board files
and the include for host1x init (invoked from board file) Change-Id: I5a7cb2e074f6c7395aec5ede1db31b2bdeae5cb0 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Mark Stadler <mastadler@nvidia.com> Signed-off-by: Jin Qian <jqian@nvidia.com> Reviewed-on: http://git-master/r/82938 Signed-off-by: Mark Stadler <mastadler@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra12_host1x_devices.h')
-rw-r--r--arch/arm/mach-tegra/tegra12_host1x_devices.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra12_host1x_devices.h b/arch/arm/mach-tegra/tegra12_host1x_devices.h
new file mode 100644
index 000000000000..e75c93ce34e5
--- /dev/null
+++ b/arch/arm/mach-tegra/tegra12_host1x_devices.h
@@ -0,0 +1,26 @@
+/*
+ * drivers/video/tegra/host/tegra12_host1x_devices.h
+ *
+ * Tegra12 Graphics Host Devices
+ *
+ * Copyright (c) 2012, NVIDIA Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef TEGRA12_HOST1X_DEVICES_H
+#define TEGRA12_HOST1X_DEVICES_H
+
+int tegra12_register_host1x_devices(void);
+
+#endif