From 40c61a3b927ce31e05a6eb0d7b36e09e67c6ca97 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 11 Jul 2011 03:48:13 +0200 Subject: Wait for the completion of DMA operations during writes --- irq.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 irq.h (limited to 'irq.h') 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 */ -- cgit v1.2.3