]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/imx-common/dma.h
Exynos542x: Add and enable get_periph_rate support
[u-boot] / arch / arm / include / asm / imx-common / dma.h
index 5f516ef6e04186a6962ada6759ff1898002c4aee..d5c1f7f255a3c5f6eee70634d6dd747ac5639530 100644 (file)
@@ -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__ */