blob: 778dc8a3ccdfe5d8268281a598e9a41357b3e51f (
plain)
1
2
3
4
5
6
7
|
#ifndef _PCILIB_DMA_NWL_ENGINE_H
#define _PCILIB_DMA_NWL_ENGINE_H
int dma_nwl_read_engine_config(nwl_dma_t *ctx, pcilib_nwl_engine_description_t *info, char *base);
#endif /* _PCILIB_DMA_NWL_ENGINE_H */
|