X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fm48t59.h;h=cfe9b2af5e86871d2b33e9e7f3e7ed60b030ab27;hb=cd346349b45ef056f138a184f660b8c34c3213cc;hp=af22dc112365038a978472f9f5c531c07461a067;hpb=819385c58b319d9f80d676cefaed0610118f03ac;p=qemu diff --git a/hw/m48t59.h b/hw/m48t59.h index af22dc1..cfe9b2a 100644 --- a/hw/m48t59.h +++ b/hw/m48t59.h @@ -6,7 +6,7 @@ typedef struct m48t59_t m48t59_t; void m48t59_write (m48t59_t *NVRAM, uint32_t addr, uint32_t val); uint32_t m48t59_read (m48t59_t *NVRAM, uint32_t addr); void m48t59_toggle_lock (m48t59_t *NVRAM, int lock); -m48t59_t *m48t59_init (int IRQ, target_ulong mem_base, +m48t59_t *m48t59_init (qemu_irq IRQ, target_phys_addr_t mem_base, uint32_t io_base, uint16_t size, int type);