/* * OMAP DMA Engine support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */#ifndef __LINUX_OMAP_DMA_H#define __LINUX_OMAP_DMA_Hstructdma_chan;#if defined(CONFIG_DMA_OMAP) || defined(CONFIG_DMA_OMAP_MODULE)boolomap_dma_filter_fn(structdma_chan*,void*);#elsestaticinlineboolomap_dma_filter_fn(structdma_chan*c,void*d){returnfalse;}#endif#endif