]>
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 | ||
6 | #include "pci.h" | |
7 | #include "pci_host.h" | |
8 | #include "ide.h" | |
9 | #include "net.h" | |
10 | #include "pc.h" | |
80bb2ff7 RH |
11 | #include "irq.h" |
12 | ||
13 | ||
8b2aee29 | 14 | PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, CPUAlphaState *[4], |
71baa303 | 15 | pci_map_irq_fn); |
80bb2ff7 RH |
16 | |
17 | /* alpha_pci.c. */ | |
18 | extern const MemoryRegionOps alpha_pci_bw_io_ops; | |
19 | extern const MemoryRegionOps alpha_pci_conf1_ops; | |
20 | extern const MemoryRegionOps alpha_pci_iack_ops; | |
21 | ||
80bb2ff7 | 22 | #endif |