summaryrefslogtreecommitdiffstats
path: root/dma/nwl_engine.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_engine.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_engine.h')
-rw-r--r--dma/nwl_engine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dma/nwl_engine.h b/dma/nwl_engine.h
new file mode 100644
index 0000000..778dc8a
--- /dev/null
+++ b/dma/nwl_engine.h
@@ -0,0 +1,7 @@
+#ifndef _PCILIB_DMA_NWL_ENGINE_H
+#define _PCILIB_DMA_NWL_ENGINE_H
+
+int dma_nwl_read_engine_config(nwl_dma_t *ctx, pcilib_nwl_engine_description_t *info, char *base);
+
+#endif /* _PCILIB_DMA_NWL_ENGINE_H */
+