From 52e32b2c9f0e5ac7cfb31fd2306e6536340955e1 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 17 Nov 2015 18:23:48 +0100 Subject: Support for 64-bit registes --- pcilib/pci.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pcilib/pci.h') 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; -- cgit v1.2.3