Revision 99a0949b hw/etraxfs_timer.c

b/hw/etraxfs_timer.c
72 72
    uint32_t r_masked_intr;
73 73
};
74 74

  
75
static uint32_t timer_readl (void *opaque, target_phys_addr_t addr)
75
static uint32_t timer_readl (void *opaque, a_target_phys_addr addr)
76 76
{
77 77
    struct etrax_timer *t = opaque;
78 78
    uint32_t r = 0;
......
243 243
}
244 244

  
245 245
static void
246
timer_writel (void *opaque, target_phys_addr_t addr, uint32_t value)
246
timer_writel (void *opaque, a_target_phys_addr addr, uint32_t value)
247 247
{
248 248
    struct etrax_timer *t = opaque;
249 249

  

Also available in: Unified diff