alpha_sys.h 494 字节
Newer Older
1 2 3 4 5
/* Alpha cores and system support chips.  */

#ifndef HW_ALPHA_H
#define HW_ALPHA_H 1

6 7 8
#include "hw/pci/pci.h"
#include "hw/pci/pci_host.h"
#include "hw/ide.h"
P
Paolo Bonzini 已提交
9
#include "hw/i386/pc.h"
10
#include "hw/irq.h"
11 12


13
PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4],
14
                     pci_map_irq_fn);
15 16

/* alpha_pci.c.  */
17
extern const MemoryRegionOps alpha_pci_ignore_ops;
18 19 20 21
extern const MemoryRegionOps alpha_pci_conf1_ops;
extern const MemoryRegionOps alpha_pci_iack_ops;

#endif