qemu-e2k/hw/hppa/hppa_sys.h

18 lines
351 B
C

/* HPPA cores and system support chips. */
#ifndef HW_HPPA_SYS_H
#define HW_HPPA_SYS_H
#include "hw/boards.h"
#include "hppa_hardware.h"
#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