summaryrefslogtreecommitdiffstats
path: root/dma/nwl.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-11 05:07:45 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-11 05:07:45 +0200
commit93bb2a3a6cc5c585ff91d176d02f5edc9080b934 (patch)
tree322c4f10a64676b58616a96ff8a8e7c71e2d9349 /dma/nwl.h
parent40c61a3b927ce31e05a6eb0d7b36e09e67c6ca97 (diff)
downloadipecamera-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.gz
ipecamera-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.bz2
ipecamera-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.xz
ipecamera-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.zip
Reorganization of NWL engine, step 1
Diffstat (limited to 'dma/nwl.h')
-rw-r--r--dma/nwl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dma/nwl.h b/dma/nwl.h
index 3802511..cb162de 100644
--- a/dma/nwl.h
+++ b/dma/nwl.h
@@ -29,6 +29,8 @@ struct nwl_dma_s {
char *base_addr;
pcilib_irq_type_t irq_enabled;
+
+ int started;
pcilib_dma_engine_t n_engines;
pcilib_nwl_engine_description_t engines[PCILIB_MAX_DMA_ENGINES + 1];