aboutsummaryrefslogtreecommitdiff
path: root/hw/m48t59.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-06-21 16:49:53 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-06-21 16:49:53 +0000
commite1bb04f74027d4b6f029f851aa59abf049891a22 (patch)
treed2d75b5251471e259bd9e0fd445562a3bfe00d17 /hw/m48t59.h
parent1ade1de2237ca43c101117130ec41b5bdfbeeeab (diff)
memory mapped NVRAM (Jocelyn Mayer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@953 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/m48t59.h')
-rw-r--r--hw/m48t59.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/m48t59.h b/hw/m48t59.h
index e68057b846..03d8ea3b9b 100644
--- a/hw/m48t59.h
+++ b/hw/m48t59.h
@@ -7,6 +7,7 @@ void m48t59_write (m48t59_t *NVRAM, uint32_t val);
uint32_t m48t59_read (m48t59_t *NVRAM);
void m48t59_set_addr (m48t59_t *NVRAM, uint32_t addr);
void m48t59_toggle_lock (m48t59_t *NVRAM, int lock);
-m48t59_t *m48t59_init (int IRQ, uint32_t io_base, uint16_t size);
+m48t59_t *m48t59_init (int IRQ, uint32_t io_base,
+ uint32_t mem_base, uint16_t size);
#endif /* !defined (__M48T59_H__) */