Revision a8170e5e hw/highbank.c

b/hw/highbank.c
79 79
}
80 80

  
81 81
#define NUM_REGS      0x200
82
static void hb_regs_write(void *opaque, target_phys_addr_t offset,
82
static void hb_regs_write(void *opaque, hwaddr offset,
83 83
                          uint64_t value, unsigned size)
84 84
{
85 85
    uint32_t *regs = opaque;
......
95 95
    regs[offset/4] = value;
96 96
}
97 97

  
98
static uint64_t hb_regs_read(void *opaque, target_phys_addr_t offset,
98
static uint64_t hb_regs_read(void *opaque, hwaddr offset,
99 99
                             unsigned size)
100 100
{
101 101
    uint32_t *regs = opaque;

Also available in: Unified diff