Revision a8170e5e hw/omap_mmc.c

b/hw/omap_mmc.c
306 306
    host->clkdiv = 0;
307 307
}
308 308

  
309
static uint64_t omap_mmc_read(void *opaque, target_phys_addr_t offset,
309
static uint64_t omap_mmc_read(void *opaque, hwaddr offset,
310 310
                              unsigned size)
311 311
{
312 312
    uint16_t i;
......
399 399
    return 0;
400 400
}
401 401

  
402
static void omap_mmc_write(void *opaque, target_phys_addr_t offset,
402
static void omap_mmc_write(void *opaque, hwaddr offset,
403 403
                           uint64_t value, unsigned size)
404 404
{
405 405
    int i;
......
572 572
    }
573 573
}
574 574

  
575
struct omap_mmc_s *omap_mmc_init(target_phys_addr_t base,
575
struct omap_mmc_s *omap_mmc_init(hwaddr base,
576 576
                MemoryRegion *sysmem,
577 577
                BlockDriverState *bd,
578 578
                qemu_irq irq, qemu_irq dma[], omap_clk clk)

Also available in: Unified diff