summary refs log tree commit diff stats
path: root/hw/hppa/hppa_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hppa/hppa_sys.h')
-rw-r--r--hw/hppa/hppa_sys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/hppa/hppa_sys.h b/hw/hppa/hppa_sys.h
index 4e5019695e..4d08501464 100644
--- a/hw/hppa/hppa_sys.h
+++ b/hw/hppa/hppa_sys.h
@@ -12,6 +12,8 @@
 #include "hppa_hardware.h"
 
 PCIBus *dino_init(MemoryRegion *, qemu_irq *, qemu_irq *);
+DeviceState *lasi_init(MemoryRegion *);
+#define enable_lasi_lan()       0
 
 #define TYPE_DINO_PCI_HOST_BRIDGE "dino-pcihost"