Revision c227f099 hw/pl061.c

b/hw/pl061.c
78 78
    /* FIXME: Implement input interrupts.  */
79 79
}
80 80

  
81
static uint32_t pl061_read(void *opaque, a_target_phys_addr offset)
81
static uint32_t pl061_read(void *opaque, target_phys_addr_t offset)
82 82
{
83 83
    pl061_state *s = (pl061_state *)opaque;
84 84

  
......
131 131
    }
132 132
}
133 133

  
134
static void pl061_write(void *opaque, a_target_phys_addr offset,
134
static void pl061_write(void *opaque, target_phys_addr_t offset,
135 135
                        uint32_t value)
136 136
{
137 137
    pl061_state *s = (pl061_state *)opaque;

Also available in: Unified diff