/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.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:
28
28
    
29
29
    pcilib_register_bank_description_t *dma_bank;
30
30
    char *base_addr;
31
 
    
 
31
 
 
32
    int irq_init;                       /**< indicates that IRQ subsystem is initialized (detecting which types should be preserverd) */    
32
33
    pcilib_irq_type_t irq_enabled;      /**< indicates that IRQs are enabled */
33
 
    int irq_preserve;                   /**< indicates that IRQs should not be disabled during clean-up */
 
34
    pcilib_irq_type_t irq_preserve;     /**< indicates that IRQs should not be disabled during clean-up */
34
35
    int started;                        /**< indicates that DMA subsystem is initialized and DMA engine can start */
35
36
    
36
37
    pcilib_dma_engine_t n_engines;