summaryrefslogtreecommitdiffstats
path: root/pcilib.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib.h')
-rw-r--r--pcilib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib.h b/pcilib.h
index 42be921..01afe9e 100644
--- a/pcilib.h
+++ b/pcilib.h
@@ -72,7 +72,7 @@ typedef enum {
PCILIB_DMA_FLAGS_DEFAULT = 0,
PCILIB_DMA_FLAG_EOP = 1,
PCILIB_DMA_FLAG_WAIT = 2,
- PCILIB_DMA_FLAG_PERMANENT = 4
+ PCILIB_DMA_FLAG_PERSISTENT = 4
} pcilib_dma_flags_t;
typedef enum {