summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/imx-common/dma.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-12 18:06:30 -0400
committerTom Rini <trini@ti.com>2013-08-12 18:06:30 -0400
commitc15438eaea8b854d89455ebf7a1c7c4f06fa92f5 (patch)
tree1b9f2cddd85c061fb0377681d1fee0a2904d738d /arch/arm/include/asm/imx-common/dma.h
parentd62a89bd5b5033649a90fa5bfe0f5b32013ca8f8 (diff)
parent1dc793dd2b8fb97dddf437547d86bd5bcfdb8b29 (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-video
Diffstat (limited to 'arch/arm/include/asm/imx-common/dma.h')
-rw-r--r--arch/arm/include/asm/imx-common/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/imx-common/dma.h b/arch/arm/include/asm/imx-common/dma.h
index 5f516ef6e04..d5c1f7f255a 100644
--- a/arch/arm/include/asm/imx-common/dma.h
+++ b/arch/arm/include/asm/imx-common/dma.h
@@ -161,4 +161,6 @@ void mxs_dma_init(void);
int mxs_dma_init_channel(int chan);
int mxs_dma_release(int chan);
+void mxs_dma_circ_start(int chan, struct mxs_dma_desc *pdesc);
+
#endif /* __DMA_H__ */