diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-17 16:43:47 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-17 16:43:47 +0200 |
commit | 21d12d6157061bca3926607a248ccc16d6b07bd1 (patch) | |
tree | a74c3e0960725c92800399d913242e78c91e69cf /dma/nwl_engine.c | |
parent | 4fe2032eca29d7f7a0fdf23ef0f3d2c324aeeba2 (diff) | |
download | ipecamera-21d12d6157061bca3926607a248ccc16d6b07bd1.tar.gz ipecamera-21d12d6157061bca3926607a248ccc16d6b07bd1.tar.bz2 ipecamera-21d12d6157061bca3926607a248ccc16d6b07bd1.tar.xz ipecamera-21d12d6157061bca3926607a248ccc16d6b07bd1.zip |
Correctly detect the tail pointer of C2S ring
Diffstat (limited to 'dma/nwl_engine.c')
-rw-r--r-- | dma/nwl_engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dma/nwl_engine.c b/dma/nwl_engine.c index 2e7ae7e..6987045 100644 --- a/dma/nwl_engine.c +++ b/dma/nwl_engine.c @@ -14,7 +14,7 @@ #include "nwl_defines.h" -#include "nwl_buffers.h" +#include "nwl_engine_buffers.h" int dma_nwl_read_engine_config(nwl_dma_t *ctx, pcilib_nwl_engine_description_t *info, char *base) { uint32_t val; |