blob: 233a71ecdbdccaa858c8e83af7b9a61cd045c2c7 [file] [log] [blame]
Richard Henderson80bb2ff2011-08-25 11:38:59 -10001/* Alpha cores and system support chips. */
2
3#ifndef HW_ALPHA_H
4#define HW_ALPHA_H 1
5
Michael S. Tsirkina2cb15b2012-12-12 14:24:50 +02006#include "pci/pci.h"
7#include "pci/pci_host.h"
Richard Henderson80bb2ff2011-08-25 11:38:59 -10008#include "ide.h"
Richard Henderson80bb2ff2011-08-25 11:38:59 -10009#include "pc.h"
Richard Henderson80bb2ff2011-08-25 11:38:59 -100010#include "irq.h"
11
12
Andreas Färberad601172012-10-16 02:45:53 +020013PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4],
Hervé Poussineau71baa302011-12-15 22:09:55 +010014 pci_map_irq_fn);
Richard Henderson80bb2ff2011-08-25 11:38:59 -100015
16/* alpha_pci.c. */
17extern const MemoryRegionOps alpha_pci_bw_io_ops;
18extern const MemoryRegionOps alpha_pci_conf1_ops;
19extern const MemoryRegionOps alpha_pci_iack_ops;
20
Richard Henderson80bb2ff2011-08-25 11:38:59 -100021#endif