/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/ipe.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
//#define PCILIB_NWL_MODIFICATION_IPECAMERA 0x100
8
9
 
19
20
 
20
21
#ifdef _PCILIB_EXPORT_C
21
22
static const pcilib_dma_api_description_t ipe_dma_api = {
 
23
    PCILIB_VERSION,
22
24
    dma_ipe_init,
23
25
    dma_ipe_free,
24
26
    dma_ipe_get_status,