diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-12 14:51:11 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-12 14:51:11 +0200 |
commit | 6c922712fd8ee7e75a1b45c4980be22d36d0d1d9 (patch) | |
tree | f10f58ea417b269447f3c3db805e7a5269e845cf /dma/nwl_dma.h | |
parent | 493958c9cf11eaa25251d91e9ecab9a28bd6d68f (diff) | |
download | pcitool-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.h | 4 |
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); |