/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to dma/nwl_irq.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-27 00:28:57 UTC
  • Revision ID: csa@suren.me-20150427002857-82fk6r3e8rfgy4wr
First stand-alone ipecamera implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _PCILIB_NWL_IRQ_H
2
 
#define _PCILIB_NWL_IRQ_H
3
 
 
4
 
int dma_nwl_init_irq(nwl_dma_t *ctx, uint32_t val);
5
 
int dma_nwl_free_irq(nwl_dma_t *ctx);
6
 
 
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
 
 
10
 
#endif /* _PCILIB_NWL_IRQ_H */