summaryrefslogtreecommitdiffstats
path: root/driver/pciDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r--driver/pciDriver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h
index f16b721..845fc15 100644
--- a/driver/pciDriver.h
+++ b/driver/pciDriver.h
@@ -217,4 +217,7 @@ typedef struct {
/* Clear interrupt queues */
#define PCIDRIVER_IOC_CLEAR_IOQ _IO( PCIDRIVER_IOC_MAGIC, PCIDRIVER_IOC_BASE + 13 )
+#define PCIDRIVER_IOC_SET_DMA_MASK _IO( PCIDRIVER_IOC_MAGIC, PCIDRIVER_IOC_BASE + 14 )
+
+
#endif