/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
236 by Suren A. Chilingaryan
Big redign of model structures
1
#ifndef _PCILIB_DMA_NWL_IRQ_H
2
#define _PCILIB_DMA_NWL_IRQ_H
55 by Suren A. Chilingaryan
IRQ support in NWL DMA engine
3
63 by Suren A. Chilingaryan
Provide IRQ enable/disable call
4
int dma_nwl_init_irq(nwl_dma_t *ctx, uint32_t val);
5
int dma_nwl_free_irq(nwl_dma_t *ctx);
6
55 by Suren A. Chilingaryan
IRQ support in NWL DMA engine
7
int dma_nwl_enable_engine_irq(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
8
int dma_nwl_disable_engine_irq(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
9
236 by Suren A. Chilingaryan
Big redign of model structures
10
#endif /* _PCILIB_DMA_NWL_IRQ_H */