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/msix.c | |
parent | f562e716c962451af359e5a59ee9dbbd66b9fee8 (diff) | |
download | qemu-bf1b00712375bea65f2254dea8281fa646eebbd5.tar.gz qemu-bf1b00712375bea65f2254dea8281fa646eebbd5.tar.bz2 qemu-bf1b00712375bea65f2254dea8281fa646eebbd5.zip |
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/msix.c')
-rw-r--r-- | hw/msix.c | 1 |
1 files changed, 1 insertions, 0 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 |