summaryrefslogtreecommitdiffstats
path: root/irq.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-12 14:39:06 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-12 14:39:06 +0200
commit493958c9cf11eaa25251d91e9ecab9a28bd6d68f (patch)
treebdda549da425acc5bdbddb5006b6980ec4233a77 /irq.h
parentde984f8b9706cfac79f7658e5b3863e78b052458 (diff)
downloadpcitool-493958c9cf11eaa25251d91e9ecab9a28bd6d68f.tar.gz
pcitool-493958c9cf11eaa25251d91e9ecab9a28bd6d68f.tar.bz2
pcitool-493958c9cf11eaa25251d91e9ecab9a28bd6d68f.tar.xz
pcitool-493958c9cf11eaa25251d91e9ecab9a28bd6d68f.zip
Provide IRQ enable/disable call
Diffstat (limited to 'irq.h')
-rw-r--r--irq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/irq.h b/irq.h
index dff7a70..441e0e5 100644
--- a/irq.h
+++ b/irq.h
@@ -1,10 +1,5 @@
#ifndef _PCILIB_IRQ_H
#define _PCILIB_IRQ_H
-typedef enum {
- PCILIB_DMA_IRQ = 1,
- PCILIB_EVENT_IRQ = 2
-} pcilib_irq_type_t;
-
#endif /* _PCILIB_IRQ_H */