diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-04-27 01:54:44 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-04-27 01:54:44 +0200 |
commit | 8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4 (patch) | |
tree | 30c74c76115279cdc15437a07fabd8347ac1fdfd /pcilib/event.h | |
parent | dcd8ad63316eac672492bc18112bbbb52811c3fc (diff) | |
download | pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.tar.gz pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.tar.bz2 pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.tar.xz pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.zip |
Further adjustments to get ready for independent event plugins
Diffstat (limited to 'pcilib/event.h')
-rw-r--r-- | pcilib/event.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcilib/event.h b/pcilib/event.h index 93f659c..7ab3aae 100644 --- a/pcilib/event.h +++ b/pcilib/event.h @@ -2,6 +2,9 @@ #define _PCILIB_EVENT_H #include <pcilib.h> +#include <pcilib/dma.h> + +#define PCILIB_EVENT_INTERFACE_VERSION 0 typedef struct { size_t max_events; |