2019-05-20 19:08:05 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2014-10-11 21:16:44 +05:30
|
|
|
/*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#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
|