repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.6-rc6
[cris-mirror.git]
/
include
/
linux
/
dma
/
mmp-pdma.h
blob
2dc9b2bc18fc53cd8d8652ab5f654587525a2648
1
#ifndef _MMP_PDMA_H_
2
#define _MMP_PDMA_H_
3
4
struct
dma_chan
;
5
6
#ifdef CONFIG_MMP_PDMA
7
bool
mmp_pdma_filter_fn
(
struct
dma_chan
*
chan
,
void
*
param
);
8
#else
9
static
inline
bool
mmp_pdma_filter_fn
(
struct
dma_chan
*
chan
,
void
*
param
)
10
{
11
return false
;
12
}
13
#endif
14
15
#endif
/* _MMP_PDMA_H_ */