aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/tegra/host/t30/t30.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/t30/t30.h')
-rw-r--r--drivers/video/tegra/host/t30/t30.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/t30/t30.h b/drivers/video/tegra/host/t30/t30.h
new file mode 100644
index 00000000000..0446dbd19b3
--- /dev/null
+++ b/drivers/video/tegra/host/t30/t30.h
@@ -0,0 +1,29 @@
1/*
2 * drivers/video/tegra/host/t30/t30.h
3 *
4 * Tegra Graphics Chip support for Tegra3
5 *
6 * Copyright (c) 2011-2012, NVIDIA Corporation.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License,
10 * version 2, as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20#ifndef _NVHOST_T30_H_
21#define _NVHOST_T30_H_
22
23struct nvhost_master;
24
25int nvhost_init_t30_channel_support(struct nvhost_master *);
26int nvhost_init_t30_debug_support(struct nvhost_master *);
27int nvhost_init_t30_support(struct nvhost_master *host);
28
29#endif /* _NVHOST_T30_H_ */