diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-09-18 05:53:14 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-09-18 05:53:14 +0000 |
commit | bf1b00712375bea65f2254dea8281fa646eebbd5 (patch) | |
tree | 049018dae367e40c1b21130ebc7427c381850e3f /hw/piix_pci.c | |
parent | f562e716c962451af359e5a59ee9dbbd66b9fee8 (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>
Diffstat (limited to 'hw/piix_pci.c')
-rw-r--r-- | hw/piix_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/piix_pci.c b/hw/piix_pci.c index f152a0ff06..b5589b9035 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -28,6 +28,7 @@ #include "pci_host.h" #include "isa.h" #include "sysbus.h" +#include "range.h" /* * I440FX chipset data sheet. |