Revision 99a0949b hw/arm_sysctl.c

b/hw/arm_sysctl.c
27 27
    uint32_t resetlevel;
28 28
} arm_sysctl_state;
29 29

  
30
static uint32_t arm_sysctl_read(void *opaque, target_phys_addr_t offset)
30
static uint32_t arm_sysctl_read(void *opaque, a_target_phys_addr offset)
31 31
{
32 32
    arm_sysctl_state *s = (arm_sysctl_state *)opaque;
33 33

  
......
104 104
    }
105 105
}
106 106

  
107
static void arm_sysctl_write(void *opaque, target_phys_addr_t offset,
107
static void arm_sysctl_write(void *opaque, a_target_phys_addr offset,
108 108
                          uint32_t val)
109 109
{
110 110
    arm_sysctl_state *s = (arm_sysctl_state *)opaque;

Also available in: Unified diff