summaryrefslogtreecommitdiffstats
path: root/hw/pci_bridge.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-09-18 05:53:14 +0000
committerMichael S. Tsirkin <mst@redhat.com>2010-10-27 19:01:59 +0200
commit5afb9869171c15c777eee09bc98624221009555f (patch)
tree751c6cd0ca09554aad8a3caa4c69bb878665f709 /hw/pci_bridge.c
parent48ebf2f90f8fba8c03c0bfdb3bd4fe1e8fd5d61b (diff)
downloadhqemu-5afb9869171c15c777eee09bc98624221009555f.zip
hqemu-5afb9869171c15c777eee09bc98624221009555f.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> (cherry picked from commit bf1b00712375bea65f2254dea8281fa646eebbd5)
Diffstat (limited to 'hw/pci_bridge.c')
-rw-r--r--hw/pci_bridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_bridge.c b/hw/pci_bridge.c
index 7e8488a..58cc2e4 100644
--- a/hw/pci_bridge.c
+++ b/hw/pci_bridge.c
@@ -31,6 +31,7 @@
#include "pci_bridge.h"
#include "pci_internals.h"
+#include "range.h"
/* PCI bridge subsystem vendor ID helper functions */
#define PCI_SSVID_SIZEOF 8
OpenPOWER on IntegriCloud