]> git.proxmox.com Git - mirror_qemu.git/blame - hw/alpha/alpha_sys.h
Merge tag 'pull-loongarch-20230526' of https://gitlab.com/gaosong/qemu into staging
[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 7#include "hw/pci/pci.h"
852c27e2
PB
8#include "hw/boards.h"
9#include "hw/intc/i8259.h"
80bb2ff7
RH
10
11
5ec4f1d3 12PCIBus *typhoon_init(MemoryRegion *, qemu_irq *, qemu_irq *, AlphaCPU *[4],
3a8233dc 13 pci_map_irq_fn, uint8_t devfn_min);
80bb2ff7
RH
14
15/* alpha_pci.c. */
3661049f 16extern const MemoryRegionOps alpha_pci_ignore_ops;
80bb2ff7
RH
17extern const MemoryRegionOps alpha_pci_conf1_ops;
18extern const MemoryRegionOps alpha_pci_iack_ops;
19
80bb2ff7 20#endif