summaryrefslogtreecommitdiffstats
path: root/pcilib/dma.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-04-27 01:54:44 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-04-27 01:54:44 +0200
commit8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4 (patch)
tree30c74c76115279cdc15437a07fabd8347ac1fdfd /pcilib/dma.h
parentdcd8ad63316eac672492bc18112bbbb52811c3fc (diff)
downloadpcitool-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/dma.h')
-rw-r--r--pcilib/dma.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pcilib/dma.h b/pcilib/dma.h
index 83bc0fd..c6e240e 100644
--- a/pcilib/dma.h
+++ b/pcilib/dma.h
@@ -1,6 +1,10 @@
#ifndef _PCILIB_DMA_H
#define _PCILIB_DMA_H
+#include <pcilib.h>
+#include <pcilib/bank.h>
+#include <pcilib/register.h>
+
#define PCILIB_DMA_BUFFER_INVALID ((size_t)-1)
typedef struct {