From 493958c9cf11eaa25251d91e9ecab9a28bd6d68f Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 12 Jul 2011 14:39:06 +0200 Subject: Provide IRQ enable/disable call --- irq.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'irq.h') 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 */ -- cgit v1.2.3