]> git.proxmox.com Git - mirror_qemu.git/blame - hw/alpha/alpha_sys.h
i386: Add x-force-features option for testing
[mirror_qemu.git] / hw / alpha / alpha_sys.h
CommitLineData
80bb2ff7
RH
1/* Alpha cores and system support chips. */
2
121d0712
MA
3#ifndef HW_ALPHA_SYS_H
4#define HW_ALPHA_SYS_H
80bb2ff7 5
fcf5ef2a 6#include "target/alpha/cpu-qom.h"
83c9f4ca
PB
7#include "hw/pci/pci.h"
8#include "hw/pci/pci_host.h"
9#include "hw/ide.h"
0d09e41a 10#include "hw/i386/pc.h"
83c9f4ca 11#include "hw/irq.h"
80bb2ff7
RH
12
13
ad601177 14PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4],
71baa303 15 pci_map_irq_fn);
80bb2ff7
RH
16
17/* alpha_pci.c. */
3661049f 18extern const MemoryRegionOps alpha_pci_ignore_ops;
80bb2ff7
RH
19extern const MemoryRegionOps alpha_pci_conf1_ops;
20extern const MemoryRegionOps alpha_pci_iack_ops;
21
80bb2ff7 22#endif