diff options
Diffstat (limited to 'hw/pci_internals.h')
-rw-r--r-- | hw/pci_internals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pci_internals.h b/hw/pci_internals.h index 10b4adf4dc..71c8b51fd0 100644 --- a/hw/pci_internals.h +++ b/hw/pci_internals.h @@ -41,6 +41,9 @@ struct PCIBridge { /* private member */ PCIBus sec_bus; + MemoryRegion alias_pref_mem; + MemoryRegion alias_mem; + MemoryRegion alias_io; pci_map_irq_fn map_irq; const char *bus_name; }; |