/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_engine.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-10-26 05:12:31 UTC
  • Revision ID: csa@dside.dyndns.org-20111026051231-5ntkozz31hvjzvb5
Improvements of DMA engine

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
int dma_nwl_start_engine(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
6
6
int dma_nwl_stop_engine(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
7
7
 
 
8
int dma_nwl_wait_completion(nwl_dma_t * ctx, pcilib_dma_engine_t dma, pcilib_timeout_t timeout);
 
9
 
8
10
 
9
11
#endif /* _PCILIB_DMA_NWL_ENGINE_H */
10
12