/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
64 by Suren A. Chilingaryan
Another reorganization of NWL sources
1
#ifndef _PCILIB_DMA_NWL_ENGINE_H
2
#define _PCILIB_DMA_NWL_ENGINE_H
3
236 by Suren A. Chilingaryan
Big redign of model structures
4
int dma_nwl_read_engine_config(nwl_dma_t *ctx, pcilib_dma_engine_description_t *info, const char *base);
65 by Suren A. Chilingaryan
Separate NWL loopback code, provide DMA start/stop interfaces
5
int dma_nwl_start_engine(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
6
int dma_nwl_stop_engine(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
7
109 by Suren A. Chilingaryan
Improvements of DMA engine
8
int dma_nwl_wait_completion(nwl_dma_t * ctx, pcilib_dma_engine_t dma, pcilib_timeout_t timeout);
9
64 by Suren A. Chilingaryan
Another reorganization of NWL sources
10
11
#endif /* _PCILIB_DMA_NWL_ENGINE_H */
12