summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.h
diff options
context:
space:
mode:
authorVandana Salve <vsalve@nvidia.com>2014-01-31 21:00:58 +0530
committerKrishna Reddy <vdumpa@nvidia.com>2014-03-18 20:23:02 -0700
commitd05f6c7ed23c81e90f96814ca0167207c6fdb680 (patch)
treeced60725d1707a470514952aeb6de9c12f3d19bc /arch/arm/mach-tegra/common.h
parentac800384dbc0b4ea7c1ba3fb7a60d3dda46684f0 (diff)
ARM: tegra: ardbeg: declare coherent memory
declare fixed or resizable coherent memory based on kernel configuration. bug 1445123 Change-Id: I43ad7889a18a7aa4db09895716a5af0d5bac455e Signed-off-by: Vandana Salve <vsalve@nvidia.com> Reviewed-on: http://git-master/r/362442 Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> Tested-by: Krishna Reddy <vdumpa@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/common.h')
-rw-r--r--arch/arm/mach-tegra/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/common.h b/arch/arm/mach-tegra/common.h
index ca18bb6f9232..0dc74959a543 100644
--- a/arch/arm/mach-tegra/common.h
+++ b/arch/arm/mach-tegra/common.h
@@ -43,6 +43,10 @@ extern struct device tegra_generic_cma_dev;
extern struct device tegra_vpr_cma_dev;
extern int tegra_with_secure_firmware;
+extern struct device tegra_generic_dev;
+extern struct device tegra_vpr_dev;
+extern struct dma_resize_notifier_ops vpr_dev_ops;
+
u32 tegra_get_sku_id(void);
u32 tegra_get_chip_id(void);
u32 tegra_get_bct_strapping(void);