/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
236 by Suren A. Chilingaryan
Big redign of model structures
1
#ifndef _PCILIB_DMA_NWL_LOOPBACK_H
2
#define _PCILIB_DMA_NWL_LOOPBACK_H
65 by Suren A. Chilingaryan
Separate NWL loopback code, provide DMA start/stop interfaces
3
4
int dma_nwl_start_loopback(nwl_dma_t *ctx,  pcilib_dma_direction_t direction, size_t packet_size);
5
int dma_nwl_stop_loopback(nwl_dma_t *ctx);
6
236 by Suren A. Chilingaryan
Big redign of model structures
7
#endif /* _PCILIB_DMA_NWL_LOOPBACK_H */