]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/nvram.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / hw / nvram.h
index 8924da47d81a80110a8aa9e8879acf6c0c141cec..a4a1db497600ffe41f52e00cc1f5f3abbeb07bf1 100644 (file)
@@ -36,7 +36,7 @@ uint32_t m48t59_read (void *private, uint32_t addr);
 void m48t59_toggle_lock (void *private, int lock);
 M48t59State *m48t59_init_isa(ISABus *bus, uint32_t io_base, uint16_t size,
                              int type);
-M48t59State *m48t59_init(qemu_irq IRQ, target_phys_addr_t mem_base,
+M48t59State *m48t59_init(qemu_irq IRQ, hwaddr mem_base,
                          uint32_t io_base, uint16_t size, int type);
 void m48t59_set_addr (void *opaque, uint32_t addr);