qapi: Fix code generation with Python 3.5
[qemu/ar7.git] / hw / alpha / alpha_sys.h
blob95033d7f0b8a6b2280c7af321cc02b8858e733d0
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/pci/pci_host.h"
9 #include "hw/ide.h"
10 #include "hw/boards.h"
11 #include "hw/intc/i8259.h"
14 PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4],
15 pci_map_irq_fn);
17 /* alpha_pci.c. */
18 extern const MemoryRegionOps alpha_pci_ignore_ops;
19 extern const MemoryRegionOps alpha_pci_conf1_ops;
20 extern const MemoryRegionOps alpha_pci_iack_ops;
22 #endif