/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to dma/nwl_loopback.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-20 20:01:04 UTC
  • Revision ID: csa@suren.me-20150420200104-b5xny65io8lvoz3w
Big redign of model structures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _PCILIB_NWL_LOOPBACK_H
2
 
#define _PCILIB_NWL_LOOPBACK_H
 
1
#ifndef _PCILIB_DMA_NWL_LOOPBACK_H
 
2
#define _PCILIB_DMA_NWL_LOOPBACK_H
3
3
 
4
4
int dma_nwl_start_loopback(nwl_dma_t *ctx,  pcilib_dma_direction_t direction, size_t packet_size);
5
5
int dma_nwl_stop_loopback(nwl_dma_t *ctx);
6
6
 
7
 
#endif /* _PCILIB_NWL_LOOPBACK_H */
 
7
#endif /* _PCILIB_DMA_NWL_LOOPBACK_H */