Revision a8170e5e hw/pl080.c

b/hw/pl080.c
218 218
    }
219 219
}
220 220

  
221
static uint64_t pl080_read(void *opaque, target_phys_addr_t offset,
221
static uint64_t pl080_read(void *opaque, hwaddr offset,
222 222
                           unsigned size)
223 223
{
224 224
    pl080_state *s = (pl080_state *)opaque;
......
286 286
    }
287 287
}
288 288

  
289
static void pl080_write(void *opaque, target_phys_addr_t offset,
289
static void pl080_write(void *opaque, hwaddr offset,
290 290
                        uint64_t value, unsigned size)
291 291
{
292 292
    pl080_state *s = (pl080_state *)opaque;

Also available in: Unified diff