cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Mack5198.08%150.00%
Greg Kroah-Hartman11.92%150.00%
Total52100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.