diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-10-26 07:12:31 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-10-26 07:12:31 +0200 |
commit | 32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e (patch) | |
tree | 7cf6cf29b564505655db004d5df11fa28c687278 /dma/nwl_dma.h | |
parent | 39125f647c27a19abf85b25c753fc97832708d38 (diff) | |
download | ipecamera-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.tar.gz ipecamera-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.tar.bz2 ipecamera-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.tar.xz ipecamera-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.zip |
Improvements of DMA engine
Diffstat (limited to 'dma/nwl_dma.h')
-rw-r--r-- | dma/nwl_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dma/nwl_dma.h b/dma/nwl_dma.h index f87c68f..f9873f7 100644 --- a/dma/nwl_dma.h +++ b/dma/nwl_dma.h @@ -9,7 +9,7 @@ pcilib_dma_context_t *dma_nwl_init(pcilib_t *ctx, pcilib_dma_modification_t type, void *arg); void dma_nwl_free(pcilib_dma_context_t *vctx); -int dma_nwl_get_status(pcilib_t *ctx, pcilib_dma_engine_t dma, pcilib_dma_engine_status_t *status, size_t n_buffers, pcilib_dma_buffer_status_t *buffers); +int dma_nwl_get_status(pcilib_dma_context_t *vctx, pcilib_dma_engine_t dma, pcilib_dma_engine_status_t *status, size_t n_buffers, pcilib_dma_buffer_status_t *buffers); int dma_nwl_enable_irq(pcilib_dma_context_t *vctx, pcilib_irq_type_t type, pcilib_dma_flags_t flags); int dma_nwl_disable_irq(pcilib_dma_context_t *vctx, pcilib_dma_flags_t flags); |