aboutsummaryrefslogtreecommitdiffstats
path: root/hw/nvram.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/nvram.h')
-rw-r--r--hw/nvram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nvram.h b/hw/nvram.h
index 174704bf6..3ec548302 100644
--- a/hw/nvram.h
+++ b/hw/nvram.h
@@ -37,5 +37,6 @@ void m48t59_toggle_lock (void *private, int lock);
m48t59_t *m48t59_init (qemu_irq IRQ, target_phys_addr_t mem_base,
uint32_t io_base, uint16_t size,
int type);
+void m48t59_set_addr (void *opaque, uint32_t addr);
#endif /* !NVRAM_H */