xref: /linux/include/linux/fsldma.h (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ea2305f6SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */
20a5642beSVinod Koul /*
30a5642beSVinod Koul  */
40a5642beSVinod Koul 
50a5642beSVinod Koul #ifndef FSL_DMA_H
60a5642beSVinod Koul #define FSL_DMA_H
70a5642beSVinod Koul /* fsl dma API for enxternal start */
80a5642beSVinod Koul int fsl_dma_external_start(struct dma_chan *dchan, int enable);
90a5642beSVinod Koul 
100a5642beSVinod Koul #endif
11