Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[qemu.git] / hw / hppa / hppa_sys.h
blobf5f983bf4c82d39b9c6ae39bda0dc6c50c1c3db7
1 /* HPPA cores and system support chips. */
3 #ifndef HW_HPPA_SYS_H
4 #define HW_HPPA_SYS_H
6 #include "hw/pci/pci.h"
7 #include "hw/pci/pci_host.h"
8 #include "hw/ide.h"
9 #include "hw/i386/pc.h"
10 #include "hw/irq.h"
12 #include "hppa_hardware.h"
14 PCIBus *dino_init(MemoryRegion *, qemu_irq *, qemu_irq *);
16 #define TYPE_DINO_PCI_HOST_BRIDGE "dino-pcihost"
18 /* hppa_pci.c. */
19 extern const MemoryRegionOps hppa_pci_ignore_ops;
20 extern const MemoryRegionOps hppa_pci_conf1_ops;
21 extern const MemoryRegionOps hppa_pci_iack_ops;
23 #endif