]>
Commit | Line | Data |
---|---|---|
80bb2ff7 RH |
1 | /* Alpha cores and system support chips. */ |
2 | ||
3 | #ifndef HW_ALPHA_H | |
4 | #define HW_ALPHA_H 1 | |
5 | ||
83c9f4ca PB |
6 | #include "hw/pci/pci.h" |
7 | #include "hw/pci/pci_host.h" | |
8 | #include "hw/ide.h" | |
9 | #include "hw/pc.h" | |
10 | #include "hw/irq.h" | |
80bb2ff7 RH |
11 | |
12 | ||
ad601177 | 13 | PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4], |
71baa303 | 14 | pci_map_irq_fn); |
80bb2ff7 RH |
15 | |
16 | /* alpha_pci.c. */ | |
17 | extern const MemoryRegionOps alpha_pci_bw_io_ops; | |
18 | extern const MemoryRegionOps alpha_pci_conf1_ops; | |
19 | extern const MemoryRegionOps alpha_pci_iack_ops; | |
20 | ||
80bb2ff7 | 21 | #endif |