summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-09-18 05:53:14 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-09-18 05:53:14 +0000
commitbf1b00712375bea65f2254dea8281fa646eebbd5 (patch)
tree049018dae367e40c1b21130ebc7427c381850e3f /hw/pci.c
parentf562e716c962451af359e5a59ee9dbbd66b9fee8 (diff)
downloadhqemu-bf1b00712375bea65f2254dea8281fa646eebbd5.zip
hqemu-bf1b00712375bea65f2254dea8281fa646eebbd5.tar.gz
Introduce range.h
Extract range functions from pci.h. These will be used by later patches by non-PCI devices. Adjust current users. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pci.c')
-rw-r--r--hw/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.c b/hw/pci.c
index a98d6f3..6d0934d 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -28,6 +28,7 @@
#include "sysemu.h"
#include "loader.h"
#include "qemu-objects.h"
+#include "range.h"
//#define DEBUG_PCI
#ifdef DEBUG_PCI
OpenPOWER on IntegriCloud