diff options
Diffstat (limited to 'hw/m48t08.h')
-rw-r--r-- | hw/m48t08.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/m48t08.h b/hw/m48t08.h index 2a754b698e..9b44bc0d16 100644 --- a/hw/m48t08.h +++ b/hw/m48t08.h @@ -7,6 +7,6 @@ void m48t08_write (m48t08_t *NVRAM, uint32_t val); uint32_t m48t08_read (m48t08_t *NVRAM); void m48t08_set_addr (m48t08_t *NVRAM, uint32_t addr); void m48t08_toggle_lock (m48t08_t *NVRAM, int lock); -m48t08_t *m48t08_init(uint32_t mem_base, uint16_t size); +m48t08_t *m48t08_init(uint32_t mem_base, uint16_t size, uint8_t *macaddr); #endif /* !defined (__M48T08_H__) */ |