diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-11-17 18:23:48 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-11-17 18:23:48 +0100 |
commit | 52e32b2c9f0e5ac7cfb31fd2306e6536340955e1 (patch) | |
tree | 720e376325d14f6713df434e031c503ba8f33c1e /pcilib/pci.h | |
parent | 2455a677448e0e0c17d7193bf405b734b758811b (diff) | |
download | pcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.tar.gz pcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.tar.bz2 pcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.tar.xz pcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.zip |
Support for 64-bit registes
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r-- | pcilib/pci.h | 3 |
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; |