diff options
Diffstat (limited to 'hw/nvram.h')
-rw-r--r-- | hw/nvram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nvram.h b/hw/nvram.h index b346822c22..c63fd5f095 100644 --- a/hw/nvram.h +++ b/hw/nvram.h @@ -34,6 +34,7 @@ typedef struct m48t59_t m48t59_t; void m48t59_write (void *private, uint32_t addr, uint32_t val); uint32_t m48t59_read (void *private, uint32_t addr); void m48t59_toggle_lock (void *private, int lock); +m48t59_t *m48t59_init_isa(uint32_t io_base, uint16_t size, int type); m48t59_t *m48t59_init (qemu_irq IRQ, target_phys_addr_t mem_base, uint32_t io_base, uint16_t size, int type); |