mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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 bf1b007123
)
This commit is contained in:
parent
48ebf2f90f
commit
5afb986917
3 changed files with 3 additions and 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue