summaryrefslogtreecommitdiffstats
path: root/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'irq.h')
-rw-r--r--irq.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/irq.h b/irq.h
new file mode 100644
index 0000000..dff7a70
--- /dev/null
+++ b/irq.h
@@ -0,0 +1,10 @@
+#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 */