Richard Henderson | 80bb2ff | 2011-08-25 11:38:59 -1000 | [diff] [blame] | 1 | /* Alpha cores and system support chips. */ |
| 2 | |
| 3 | #ifndef HW_ALPHA_H |
| 4 | #define HW_ALPHA_H 1 |
| 5 | |
Michael S. Tsirkin | a2cb15b | 2012-12-12 14:24:50 +0200 | [diff] [blame] | 6 | #include "pci/pci.h" |
| 7 | #include "pci/pci_host.h" |
Richard Henderson | 80bb2ff | 2011-08-25 11:38:59 -1000 | [diff] [blame] | 8 | #include "ide.h" |
Richard Henderson | 80bb2ff | 2011-08-25 11:38:59 -1000 | [diff] [blame] | 9 | #include "pc.h" |
Richard Henderson | 80bb2ff | 2011-08-25 11:38:59 -1000 | [diff] [blame] | 10 | #include "irq.h" |
| 11 | |
| 12 | |
Andreas Färber | ad60117 | 2012-10-16 02:45:53 +0200 | [diff] [blame] | 13 | PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4], |
Hervé Poussineau | 71baa30 | 2011-12-15 22:09:55 +0100 | [diff] [blame] | 14 | pci_map_irq_fn); |
Richard Henderson | 80bb2ff | 2011-08-25 11:38:59 -1000 | [diff] [blame] | 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 | |
Richard Henderson | 80bb2ff | 2011-08-25 11:38:59 -1000 | [diff] [blame] | 21 | #endif |