From b492b1aac3d12683ccbc973b08b023ba0466cbec Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 14 Jul 2011 01:44:10 +0200 Subject: Support modifications of DMA engine and allow DMA customizations by Event engine --- dma/nwl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dma/nwl.h') 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; -- cgit v1.2.3