diff options
Diffstat (limited to 'include/hw/pci-host')
-rw-r--r-- | include/hw/pci-host/sabre.h (renamed from include/hw/pci-host/apb.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci-host/apb.h b/include/hw/pci-host/sabre.h index 2552f3c984..0f2ccc01c6 100644 --- a/include/hw/pci-host/apb.h +++ b/include/hw/pci-host/sabre.h @@ -27,7 +27,7 @@ typedef struct SabreState { hwaddr special_base; hwaddr mem_base; - MemoryRegion apb_config; + MemoryRegion sabre_config; MemoryRegion pci_config; MemoryRegion pci_mmio; MemoryRegion pci_ioport; |