summaryrefslogtreecommitdiffstats
path: root/pcilib.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-16 06:18:05 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-16 06:18:05 +0200
commit7ac0539951ff0eba200e64b850b5181a82915c86 (patch)
tree6d41563807fcadcbf03eb756d8d7d191d3d4446c /pcilib.h
parentb3e8d49f41b18d17b40bd8f6926d7db54981e89e (diff)
downloadpcitool-7ac0539951ff0eba200e64b850b5181a82915c86.tar.gz
pcitool-7ac0539951ff0eba200e64b850b5181a82915c86.tar.bz2
pcitool-7ac0539951ff0eba200e64b850b5181a82915c86.tar.xz
pcitool-7ac0539951ff0eba200e64b850b5181a82915c86.zip
Implement DMA access synchronization in the driver
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 {