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