2011-08-25 21:38:59 +00:00
|
|
|
/* Alpha cores and system support chips. */
|
|
|
|
|
2016-06-29 08:12:57 +00:00
|
|
|
#ifndef HW_ALPHA_SYS_H
|
|
|
|
#define HW_ALPHA_SYS_H
|
2011-08-25 21:38:59 +00:00
|
|
|
|
2016-10-11 06:56:52 +00:00
|
|
|
#include "target/alpha/cpu-qom.h"
|
2013-02-04 14:40:22 +00:00
|
|
|
#include "hw/pci/pci.h"
|
|
|
|
#include "hw/pci/pci_host.h"
|
2019-12-12 16:15:43 +00:00
|
|
|
#include "hw/boards.h"
|
|
|
|
#include "hw/intc/i8259.h"
|
2011-08-25 21:38:59 +00:00
|
|
|
|
|
|
|
|
2020-02-19 16:08:42 +00:00
|
|
|
PCIBus *typhoon_init(MemoryRegion *, ISABus **, qemu_irq *, AlphaCPU *[4],
|
2011-12-15 21:09:55 +00:00
|
|
|
pci_map_irq_fn);
|
2011-08-25 21:38:59 +00:00
|
|
|
|
|
|
|
/* alpha_pci.c. */
|
2013-07-08 22:46:37 +00:00
|
|
|
extern const MemoryRegionOps alpha_pci_ignore_ops;
|
2011-08-25 21:38:59 +00:00
|
|
|
extern const MemoryRegionOps alpha_pci_conf1_ops;
|
|
|
|
extern const MemoryRegionOps alpha_pci_iack_ops;
|
|
|
|
|
|
|
|
#endif
|