summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include/mach/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/dma.h')
-rw-r--r--arch/arm/mach-tegra/include/mach/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/dma.h b/arch/arm/mach-tegra/include/mach/dma.h
index 01fedd06e7f5..964af099a392 100644
--- a/arch/arm/mach-tegra/include/mach/dma.h
+++ b/arch/arm/mach-tegra/include/mach/dma.h
@@ -44,6 +44,8 @@ struct tegra_dma_req {
* 0 to copy from the memory to device FIFO */
int to_memory;
+ void *virt_addr;
+
unsigned long source_addr;
unsigned long dest_addr;
unsigned long dest_wrap;