summaryrefslogtreecommitdiffstats
path: root/dma/nwl_dma.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-12 14:51:11 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-12 14:51:11 +0200
commit6c922712fd8ee7e75a1b45c4980be22d36d0d1d9 (patch)
treef10f58ea417b269447f3c3db805e7a5269e845cf /dma/nwl_dma.h
parent493958c9cf11eaa25251d91e9ecab9a28bd6d68f (diff)
downloadpcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.gz
pcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.bz2
pcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.tar.xz
pcitool-6c922712fd8ee7e75a1b45c4980be22d36d0d1d9.zip
Another reorganization of NWL sources
Diffstat (limited to 'dma/nwl_dma.h')
-rw-r--r--dma/nwl_dma.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dma/nwl_dma.h b/dma/nwl_dma.h
index 70b9d97..0ed8158 100644
--- a/dma/nwl_dma.h
+++ b/dma/nwl_dma.h
@@ -4,10 +4,6 @@
#include <stdio.h>
#include "pcilib.h"
-#define NWL_DMA_IRQ_SOURCE 0
-
-typedef struct nwl_dma_s nwl_dma_t;
-
pcilib_dma_context_t *dma_nwl_init(pcilib_t *ctx);
void dma_nwl_free(pcilib_dma_context_t *vctx);