aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa/hppa_sys.h
blob: c238e7ebc8010aa2be879dbca367086856e14082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* HPPA cores and system support chips.  */

#ifndef HW_HPPA_SYS_H
#define HW_HPPA_SYS_H

#include "hw/pci/pci.h"
#include "hw/pci/pci_host.h"
#include "hw/boards.h"
#include "hw/intc/i8259.h"

#include "hppa_hardware.h"
#include "dino.h"

DinoState *dino_init(MemoryRegion *, qemu_irq *);
DeviceState *lasi_init(MemoryRegion *);
#define enable_lasi_lan()       0

/* hppa_pci.c.  */
extern const MemoryRegionOps hppa_pci_ignore_ops;
extern const MemoryRegionOps hppa_pci_conf1_ops;
extern const MemoryRegionOps hppa_pci_iack_ops;

#endif