summaryrefslogtreecommitdiffstats
path: root/pcilib/dma.h
diff options
context:
space:
mode:
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 {