]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - include/linux/dma/mmp-pdma.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / include / linux / dma / mmp-pdma.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
13b3006b
DM
2#ifndef _MMP_PDMA_H_
3#define _MMP_PDMA_H_
4
5struct dma_chan;
6
7#ifdef CONFIG_MMP_PDMA
8bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param);
9#else
10static inline bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param)
11{
12 return false;
13}
14#endif
15
16#endif /* _MMP_PDMA_H_ */