cregit-Linux how code gets into the kernel

Release 4.12 include/linux/dma/mmp-pdma.h

#ifndef _MMP_PDMA_H_

#define _MMP_PDMA_H_

struct dma_chan;

#ifdef CONFIG_MMP_PDMA
bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param);
#else

static inline bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param) { return false; }

Contributors

PersonTokensPropCommitsCommitProp
Daniel Mack19100.00%1100.00%
Total19100.00%1100.00%

#endif #endif /* _MMP_PDMA_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Daniel Mack51100.00%1100.00%
Total51100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.