summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.h
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2014-05-20 11:14:33 -0700
committerRiham Haidar <rhaidar@nvidia.com>2014-05-23 22:36:03 -0700
commit7025c6ca7bb15110e42a173e6dd9f5ff7eaacd52 (patch)
treed81a818b701cfef09d8c0ec43583ffe66ba9e83f /arch/arm/mach-tegra/common.h
parent830db980d3a6e76ffcde8d588a8b6ef487e26283 (diff)
arm: tegra: nvmap: add dma device for iram
This device tegra_iram_dev can be used to allocate from IRAM via Dma API. Change-Id: I5129c223485d2bed7ba659b7b479c6ccc3f618b3 Signed-off-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/412167 (cherry picked from commit b5c2d3b8622be620d5bc444b836754647ec04f8e) Reviewed-on: http://git-master/r/412802 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'arch/arm/mach-tegra/common.h')
-rw-r--r--arch/arm/mach-tegra/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/common.h b/arch/arm/mach-tegra/common.h
index 0dc74959a543..8a7edbf823eb 100644
--- a/arch/arm/mach-tegra/common.h
+++ b/arch/arm/mach-tegra/common.h
@@ -45,6 +45,7 @@ extern int tegra_with_secure_firmware;
extern struct device tegra_generic_dev;
extern struct device tegra_vpr_dev;
+extern struct device tegra_iram_dev;
extern struct dma_resize_notifier_ops vpr_dev_ops;
u32 tegra_get_sku_id(void);