diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-09-18 05:53:14 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-10-27 19:01:59 +0200 |
commit | 5afb9869171c15c777eee09bc98624221009555f (patch) | |
tree | 751c6cd0ca09554aad8a3caa4c69bb878665f709 /hw/pcie.c | |
parent | 48ebf2f90f8fba8c03c0bfdb3bd4fe1e8fd5d61b (diff) |
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/pcie.c')
-rw-r--r-- | hw/pcie.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include "msi.h" #include "pci_internals.h" #include "pcie_regs.h" +#include "range.h" //#define DEBUG_PCIE #ifdef DEBUG_PCIE |