diff options
Diffstat (limited to 'irq.h')
-rw-r--r-- | irq.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 */ |