2017-10-08 16:47:27 -04:00
|
|
|
/* 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"
|
2019-12-12 17:15:43 +01:00
|
|
|
#include "hw/boards.h"
|
|
|
|
#include "hw/intc/i8259.h"
|
2017-10-08 16:47:27 -04:00
|
|
|
|
2018-05-03 22:50:25 +03:00
|
|
|
#include "hppa_hardware.h"
|
2017-10-08 16:47:27 -04:00
|
|
|
|
2022-05-04 10:25:34 +01:00
|
|
|
DeviceState *lasi_initfn(MemoryRegion *);
|
2019-12-20 22:15:08 +01:00
|
|
|
#define enable_lasi_lan() 0
|
2017-10-08 16:47:27 -04:00
|
|
|
|
|
|
|
/* 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
|