aboutsummaryrefslogtreecommitdiff
path: root/hw/sun4m.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r--hw/sun4m.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h
index 1e8ffbb076..0a38897bba 100644
--- a/hw/sun4m.h
+++ b/hw/sun4m.h
@@ -72,4 +72,7 @@ void espdma_memory_write(void *opaque, uint8_t *buf, int len);
void lance_init(NICInfo *nd, target_phys_addr_t leaddr, void *dma_opaque,
qemu_irq irq, qemu_irq *reset);
+/* eccmemctl.c */
+void *ecc_init(target_phys_addr_t base, uint32_t version);
+
#endif