summaryrefslogtreecommitdiffstats
path: root/pcilib_types.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-14 06:01:27 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-14 06:01:27 +0200
commitf4ad2df2209acac66f3df47d847f1f714283feab (patch)
tree23da0368acbb6c15cdebd2a35808cd6bbe99b8ae /pcilib_types.h
parentb492b1aac3d12683ccbc973b08b023ba0466cbec (diff)
downloadipecamera-f4ad2df2209acac66f3df47d847f1f714283feab.tar.gz
ipecamera-f4ad2df2209acac66f3df47d847f1f714283feab.tar.bz2
ipecamera-f4ad2df2209acac66f3df47d847f1f714283feab.tar.xz
ipecamera-f4ad2df2209acac66f3df47d847f1f714283feab.zip
First iteration of work to preserve DMA state between executions
Diffstat (limited to 'pcilib_types.h')
-rw-r--r--pcilib_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcilib_types.h b/pcilib_types.h
index f8c1c79..237f1db 100644
--- a/pcilib_types.h
+++ b/pcilib_types.h
@@ -7,7 +7,9 @@ typedef enum {
} pcilib_kmem_type_t;
typedef enum {
- PCILIB_KMEM_USE_DMA = 1,
+ PCILIB_KMEM_USE_STANDARD = 0,
+ PCILIB_KMEM_USE_DMA_RING = 1,
+ PCILIB_KMEM_USE_DMA_PAGES = 2
} pcilib_kmem_use_t;
typedef enum {