/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 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_IRQ_H
2
2
#define _PCILIB_IRQ_H
3
3
 
4
 
typedef enum {
5
 
    PCILIB_DMA_IRQ = 1,
6
 
    PCILIB_EVENT_IRQ = 2
7
 
} pcilib_irq_type_t;
8
 
 
9
4
 
10
5
#endif /* _PCILIB_IRQ_H */