Thomas Gleixner | ea2305f | 2019-05-20 19:08:05 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Vinod Koul | 0a5642b | 2014-10-11 21:16:44 +0530 | [diff] [blame] | 2 | /* |
Vinod Koul | 0a5642b | 2014-10-11 21:16:44 +0530 | [diff] [blame] | 3 | */ |
4 | |||||
5 | #ifndef FSL_DMA_H | ||||
6 | #define FSL_DMA_H | ||||
7 | /* fsl dma API for enxternal start */ | ||||
8 | int fsl_dma_external_start(struct dma_chan *dchan, int enable); | ||||
9 | |||||
10 | #endif |