mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ca21a146a4
Cc: Jassi Brar <jaswinder.singh@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rongjun Ying <rongjun.ying@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> [fixed direction enums and cyclic api based on changes already merged] Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
6 lines
123 B
C
6 lines
123 B
C
#ifndef _SIRFSOC_DMA_H_
|
|
#define _SIRFSOC_DMA_H_
|
|
|
|
bool sirfsoc_dma_filter_id(struct dma_chan *chan, void *chan_id);
|
|
|
|
#endif
|