]> git.proxmox.com Git - mirror_qemu.git/blame - hw/hppa/hppa_sys.h
lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
[mirror_qemu.git] / hw / hppa / hppa_sys.h
CommitLineData
a72bd606
HD
1/* HPPA cores and system support chips. */
2
3#ifndef HW_HPPA_SYS_H
4#define HW_HPPA_SYS_H
5
a72bd606
HD
6#include "hw/pci/pci.h"
7#include "hw/pci/pci_host.h"
852c27e2
PB
8#include "hw/boards.h"
9#include "hw/intc/i8259.h"
a72bd606 10
070e9a1e 11#include "hppa_hardware.h"
a72bd606 12
46f2594c 13DeviceState *lasi_initfn(MemoryRegion *);
376b8519 14#define enable_lasi_lan() 0
a72bd606 15
a72bd606
HD
16/* hppa_pci.c. */
17extern const MemoryRegionOps hppa_pci_ignore_ops;
18extern const MemoryRegionOps hppa_pci_conf1_ops;
19extern const MemoryRegionOps hppa_pci_iack_ops;
20
21#endif