/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 pcilib/dma.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:
49
49
} pcilib_dma_context_t;
50
50
 
51
51
typedef struct {
 
52
    pcilib_version_t version;
 
53
 
52
54
    pcilib_dma_context_t *(*init)(pcilib_t *ctx, const char *model, const void *arg);
53
55
    void (*free)(pcilib_dma_context_t *ctx);
54
56