/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to dma/nwl.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-26 23:54:44 UTC
  • Revision ID: csa@suren.me-20150426235444-l9kvuvvfb2ovg8h1
Further adjustments to get ready for independent event plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
int dma_nwl_stream_read(pcilib_dma_context_t *vctx, pcilib_dma_engine_t dma, uintptr_t addr, size_t size, pcilib_dma_flags_t flags, pcilib_timeout_t timeout, pcilib_dma_callback_t cb, void *cbattr);
21
21
double dma_nwl_benchmark(pcilib_dma_context_t *vctx, pcilib_dma_engine_addr_t dma, uintptr_t addr, size_t size, size_t iterations, pcilib_dma_direction_t direction);
22
22
 
23
 
#ifdef _PCILIB_CONFIG_C
 
23
#ifdef _PCILIB_EXPORT_C
24
24
static const pcilib_dma_api_description_t nwl_dma_api = {
25
25
    dma_nwl_init,
26
26
    dma_nwl_free,
75
75
    {0,         0,      0,      0,      0x00000000,     0,                                           0,                        0, NULL, NULL}
76
76
};
77
77
 
78
 
#endif /* _PCILIB_CONFIG_C */
 
78
#endif /* _PCILIB_EXPORT_C */
79
79
 
80
80
#ifdef _PCILIB_DMA_NWL_C 
81
81
 // DMA Engine Registers