summaryrefslogtreecommitdiffstats
path: root/dma/nwl.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-14 01:44:10 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-14 01:44:10 +0200
commitb492b1aac3d12683ccbc973b08b023ba0466cbec (patch)
tree09f6d3d0cc3725b62a5c9210220e14316b737622 /dma/nwl.h
parent9f17f71885344d93b16fdc17458aa28ba350a480 (diff)
downloadpcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.tar.gz
pcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.tar.bz2
pcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.tar.xz
pcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.zip
Support modifications of DMA engine and allow DMA customizations by Event engine
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 6d86e86..570b36e 100644
--- a/dma/nwl.h
+++ b/dma/nwl.h
@@ -42,6 +42,8 @@ struct pcilib_nwl_engine_description_s {
struct nwl_dma_s {
pcilib_t *pcilib;
+ pcilib_dma_modification_t type;
+
pcilib_register_bank_description_t *dma_bank;
char *base_addr;