Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / hw / alpha / alpha_sys.h
bloba303c584383107b7d609c5ec61d26a21ac0a0146
1 /* Alpha cores and system support chips. */
3 #ifndef HW_ALPHA_SYS_H
4 #define HW_ALPHA_SYS_H
6 #include "target/alpha/cpu-qom.h"
7 #include "hw/pci/pci.h"
8 #include "hw/boards.h"
9 #include "hw/intc/i8259.h"
12 PCIBus *typhoon_init(MemoryRegion *, qemu_irq *, qemu_irq *, AlphaCPU *[4],
13 pci_map_irq_fn, uint8_t devfn_min);
15 /* alpha_pci.c. */
16 extern const MemoryRegionOps alpha_pci_ignore_ops;
17 extern const MemoryRegionOps alpha_pci_conf1_ops;
18 extern const MemoryRegionOps alpha_pci_iack_ops;
20 #endif