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>
This commit is contained in:
Blue Swirl 2010-09-18 05:53:14 +00:00
parent f562e716c9
commit bf1b007123
7 changed files with 34 additions and 31 deletions

View file

@ -28,6 +28,7 @@
#include "sysemu.h"
#include "loader.h"
#include "qemu-objects.h"
#include "range.h"
//#define DEBUG_PCI
#ifdef DEBUG_PCI