]> git.proxmox.com Git - qemu.git/blame - hw/alpha_sys.h
block: move include files to include/block/
[qemu.git] / hw / alpha_sys.h
CommitLineData
80bb2ff7
RH
1/* Alpha cores and system support chips. */
2
3#ifndef HW_ALPHA_H
4#define HW_ALPHA_H 1
5
a2cb15b0
MT
6#include "pci/pci.h"
7#include "pci/pci_host.h"
80bb2ff7 8#include "ide.h"
80bb2ff7 9#include "pc.h"
80bb2ff7
RH
10#include "irq.h"
11
12
8b2aee29 13PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, CPUAlphaState *[4],
71baa303 14 pci_map_irq_fn);
80bb2ff7
RH
15
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
80bb2ff7 21#endif