diff options
author | Rongjun Ying <Rongjun.Ying@csr.com> | 2011-10-27 19:22:39 -0700 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2011-11-18 12:25:22 +0530 |
commit | ca21a146a45a179a2a7bc86d938a2fbf571a7510 (patch) | |
tree | cd0e029a9b29a083e8245ae6cf7aa01f6e1fd99f /include/linux/sirfsoc_dma.h | |
parent | b14dab792dee3245b628e046d80a7fad5573fea6 (diff) |
dmaengine: add CSR SiRFprimaII DMAC driver
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>
Diffstat (limited to 'include/linux/sirfsoc_dma.h')
-rw-r--r-- | include/linux/sirfsoc_dma.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sirfsoc_dma.h b/include/linux/sirfsoc_dma.h new file mode 100644 index 000000000000..29d959333d81 --- /dev/null +++ b/include/linux/sirfsoc_dma.h @@ -0,0 +1,6 @@ +#ifndef _SIRFSOC_DMA_H_ +#define _SIRFSOC_DMA_H_ + +bool sirfsoc_dma_filter_id(struct dma_chan *chan, void *chan_id); + +#endif |