Merge commit 'd34e8f6e9d3a396c3327aa9807c83f9e1f4a7bd7' into upstream-merge
[qemu-kvm.git] / hw / alpha_sys.h
blobd54b18f8ed901955067788b220208907538cf294
1 /* Alpha cores and system support chips. */
3 #ifndef HW_ALPHA_H
4 #define HW_ALPHA_H 1
6 #include "pci.h"
7 #include "pci_host.h"
8 #include "ide.h"
9 #include "net.h"
10 #include "pc.h"
11 #include "usb-ohci.h"
12 #include "irq.h"
15 PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, CPUState *[4],
16 pci_map_irq_fn);
18 /* alpha_pci.c. */
19 extern const MemoryRegionOps alpha_pci_bw_io_ops;
20 extern const MemoryRegionOps alpha_pci_conf1_ops;
21 extern const MemoryRegionOps alpha_pci_iack_ops;
23 void alpha_pci_vga_setup(PCIBus *pci_bus);
25 #endif