drm/exynos: fix types for compilation on 64bit architectures
[linux-2.6/btrfs-unstable.git] / include / linux / dma / mmp-pdma.h
blob2dc9b2bc18fc53cd8d8652ab5f654587525a2648
1 #ifndef _MMP_PDMA_H_
2 #define _MMP_PDMA_H_
4 struct dma_chan;
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)
11 return false;
13 #endif
15 #endif /* _MMP_PDMA_H_ */