/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-05-02 12:45:42 UTC
  • Revision ID: csa@suren.me-20150502124542-u57tbtwoix0qfhb8
Include version information in all API descriptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include <stdio.h>
5
5
#include "pcilib.h"
 
6
#include "version.h"
6
7
 
7
8
pcilib_dma_context_t *dma_nwl_init(pcilib_t *ctx, const char *model, const void *arg);
8
9
void  dma_nwl_free(pcilib_dma_context_t *vctx);
22
23
 
23
24
#ifdef _PCILIB_EXPORT_C
24
25
static const pcilib_dma_api_description_t nwl_dma_api = {
 
26
    PCILIB_VERSION,
25
27
    dma_nwl_init,
26
28
    dma_nwl_free,
27
29
    dma_nwl_get_status,