/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/event.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:
2
2
#define _PCILIB_EVENT_H
3
3
 
4
4
#include <pcilib.h>
 
5
#include <pcilib/dma.h>
 
6
 
 
7
#define PCILIB_EVENT_INTERFACE_VERSION 0
5
8
 
6
9
typedef struct {
7
10
    size_t max_events;