Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.9 6 lines 123 B view raw
1#ifndef _SIRFSOC_DMA_H_ 2#define _SIRFSOC_DMA_H_ 3 4bool sirfsoc_dma_filter_id(struct dma_chan *chan, void *chan_id); 5 6#endif