mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -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>
This commit is contained in:
parent
f562e716c9
commit
bf1b007123
7 changed files with 34 additions and 31 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "hw.h"
|
||||
#include "msix.h"
|
||||
#include "pci.h"
|
||||
#include "range.h"
|
||||
|
||||
/* MSI-X capability structure */
|
||||
#define MSIX_TABLE_OFFSET 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue