summaryrefslogtreecommitdiffstats
path: root/pcilib/register.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-11-17 18:23:48 +0100
committerSuren A. Chilingaryan <csa@suren.me>2015-11-17 18:23:48 +0100
commit52e32b2c9f0e5ac7cfb31fd2306e6536340955e1 (patch)
tree720e376325d14f6713df434e031c503ba8f33c1e /pcilib/register.c
parent2455a677448e0e0c17d7193bf405b734b758811b (diff)
downloadpcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.tar.gz
pcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.tar.bz2
pcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.tar.xz
pcitool-52e32b2c9f0e5ac7cfb31fd2306e6536340955e1.zip
Support for 64-bit registes
Diffstat (limited to 'pcilib/register.c')
-rw-r--r--pcilib/register.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/register.c b/pcilib/register.c
index a11bdac..12e3d28 100644
--- a/pcilib/register.c
+++ b/pcilib/register.c
@@ -16,6 +16,7 @@
#include "pci.h"
#include "bank.h"
+#include "datacpy.h"
#include "tools.h"
#include "error.h"
#include "property.h"