Revision c227f099 hw/sh_intc.c

b/hw/sh_intc.c
219 219
#endif
220 220
}
221 221

  
222
static uint32_t sh_intc_read(void *opaque, a_target_phys_addr offset)
222
static uint32_t sh_intc_read(void *opaque, target_phys_addr_t offset)
223 223
{
224 224
    struct intc_desc *desc = opaque;
225 225
    intc_enum *enum_ids = NULL;
......
237 237
    return *valuep;
238 238
}
239 239

  
240
static void sh_intc_write(void *opaque, a_target_phys_addr offset,
240
static void sh_intc_write(void *opaque, target_phys_addr_t offset,
241 241
			  uint32_t value)
242 242
{
243 243
    struct intc_desc *desc = opaque;

Also available in: Unified diff