nwl_engine.h 444 B

123456789101112
  1. #ifndef _PCILIB_DMA_NWL_ENGINE_H
  2. #define _PCILIB_DMA_NWL_ENGINE_H
  3. int dma_nwl_read_engine_config(nwl_dma_t *ctx, pcilib_dma_engine_description_t *info, const char *base);
  4. int dma_nwl_start_engine(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
  5. int dma_nwl_stop_engine(nwl_dma_t *ctx, pcilib_dma_engine_t dma);
  6. int dma_nwl_wait_completion(nwl_dma_t * ctx, pcilib_dma_engine_t dma, pcilib_timeout_t timeout);
  7. #endif /* _PCILIB_DMA_NWL_ENGINE_H */