3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 14:52:17 +00:00
Brooklyn/include/linux/fsldma.h
2022-04-02 18:17:33 +05:00

11 lines
202 B
C

/* 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