Revision a8170e5e hw/pl181.c

b/hw/pl181.c
285 285
    }
286 286
}
287 287

  
288
static uint64_t pl181_read(void *opaque, target_phys_addr_t offset,
288
static uint64_t pl181_read(void *opaque, hwaddr offset,
289 289
                           unsigned size)
290 290
{
291 291
    pl181_state *s = (pl181_state *)opaque;
......
369 369
    }
370 370
}
371 371

  
372
static void pl181_write(void *opaque, target_phys_addr_t offset,
372
static void pl181_write(void *opaque, hwaddr offset,
373 373
                        uint64_t value, unsigned size)
374 374
{
375 375
    pl181_state *s = (pl181_state *)opaque;

Also available in: Unified diff