aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsldma.h
blob: c523d716ebd22fc27fa5dfcc952a06ad253c4d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 */

#ifndef FSL_DMA_H
#define FSL_DMA_H
/* fsl dma API for enxternal start */
int fsl_dma_external_start(struct dma_chan *dchan, int enable);

#endif