~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to hw/alpha_sys.h

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Alpha cores and system support chips.  */
 
2
 
 
3
#ifndef HW_ALPHA_H
 
4
#define HW_ALPHA_H 1
 
5
 
 
6
#include "pci.h"
 
7
#include "pci_host.h"
 
8
#include "ide.h"
 
9
#include "net.h"
 
10
#include "pc.h"
 
11
#include "usb-ohci.h"
 
12
#include "irq.h"
 
13
 
 
14
 
 
15
PCIBus *typhoon_init(ram_addr_t, qemu_irq *, CPUState *[4], pci_map_irq_fn);
 
16
 
 
17
/* alpha_pci.c.  */
 
18
extern const MemoryRegionOps alpha_pci_bw_io_ops;
 
19
extern const MemoryRegionOps alpha_pci_conf1_ops;
 
20
extern const MemoryRegionOps alpha_pci_iack_ops;
 
21
 
 
22
void alpha_pci_vga_setup(PCIBus *pci_bus);
 
23
 
 
24
#endif