Revision c227f099 hw/pl110.c

b/hw/pl110.c
226 226
  /* TODO: Implement interrupts.  */
227 227
}
228 228

  
229
static uint32_t pl110_read(void *opaque, a_target_phys_addr offset)
229
static uint32_t pl110_read(void *opaque, target_phys_addr_t offset)
230 230
{
231 231
    pl110_state *s = (pl110_state *)opaque;
232 232

  
......
275 275
    }
276 276
}
277 277

  
278
static void pl110_write(void *opaque, a_target_phys_addr offset,
278
static void pl110_write(void *opaque, target_phys_addr_t offset,
279 279
                        uint32_t val)
280 280
{
281 281
    pl110_state *s = (pl110_state *)opaque;

Also available in: Unified diff