/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to dma/nwl_irq.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-07-12 12:39:06 UTC
  • Revision ID: csa@dside.dyndns.org-20110712123906-4tas2h34i0b2tkp8
Provide IRQ enable/disable call

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _PCILIB_NWL_IRQ_H
2
2
#define _PCILIB_NWL_IRQ_H
3
3
 
4
 
int dma_nwl_enable_irq(nwl_dma_t *ctx, pcilib_irq_type_t type);
5
 
int dma_nwl_disable_irq(nwl_dma_t *ctx);
 
4
int dma_nwl_init_irq(nwl_dma_t *ctx, uint32_t val);
 
5
int dma_nwl_free_irq(nwl_dma_t *ctx);
 
6
 
6
7
int dma_nwl_enable_engine_irq(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
7
8
int dma_nwl_disable_engine_irq(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
8
9