/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: 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
1
#ifndef _PCILIB_DMA_NWL_ENGINE_H
2
2
#define _PCILIB_DMA_NWL_ENGINE_H
3
3
 
4
 
int dma_nwl_read_engine_config(nwl_dma_t *ctx, pcilib_nwl_engine_description_t *info, char *base);
 
4
int dma_nwl_read_engine_config(nwl_dma_t *ctx, pcilib_dma_engine_description_t *info, const char *base);
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