summaryrefslogtreecommitdiffstats
path: root/pcilib/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r--pcilib/pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcilib/pci.h b/pcilib/pci.h
index 8f05ddf..1b61f70 100644
--- a/pcilib/pci.h
+++ b/pcilib/pci.h
@@ -20,6 +20,8 @@
#include "linux-3.10.h"
#include "driver/pciDriver.h"
+#include "timing.h"
+#include "cpu.h"
#include "pcilib.h"
#include "register.h"
#include "kmem.h"
@@ -32,6 +34,7 @@
#include "xml.h"
#include "py.h"
#include "view.h"
+#include "memcpy.h"
typedef struct {
uint8_t max_link_speed, link_speed;