repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
fsldma.h
blob
c523d716ebd22fc27fa5dfcc952a06ad253c4d03
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
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