Revision a8170e5e hw/pxa2xx_timer.c

b/hw/pxa2xx_timer.c
149 149
    qemu_mod_timer(s->tm4[n].tm.qtimer, new_qemu);
150 150
}
151 151

  
152
static uint64_t pxa2xx_timer_read(void *opaque, target_phys_addr_t offset,
152
static uint64_t pxa2xx_timer_read(void *opaque, hwaddr offset,
153 153
                                  unsigned size)
154 154
{
155 155
    PXA2xxTimerInfo *s = (PXA2xxTimerInfo *) opaque;
......
227 227
    return 0;
228 228
}
229 229

  
230
static void pxa2xx_timer_write(void *opaque, target_phys_addr_t offset,
230
static void pxa2xx_timer_write(void *opaque, hwaddr offset,
231 231
                               uint64_t value, unsigned size)
232 232
{
233 233
    int i, tm = 0;

Also available in: Unified diff