/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 pcilib/model.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:
7
7
#include <pcilib/event.h>
8
8
#include <pcilib/export.h>
9
9
 
 
10
 
10
11
typedef struct {
11
 
    const unsigned int interface_version;
 
12
    const pcilib_version_t interface_version;
12
13
 
13
14
    const pcilib_event_api_description_t *api;
14
15
    const pcilib_dma_description_t *dma;