Revision a8170e5e hw/etraxfs_pic.c

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

  
81 81
static uint64_t
82
pic_read(void *opaque, target_phys_addr_t addr, unsigned int size)
82
pic_read(void *opaque, hwaddr addr, unsigned int size)
83 83
{
84 84
    struct etrax_pic *fs = opaque;
85 85
    uint32_t rval;
......
89 89
    return rval;
90 90
}
91 91

  
92
static void pic_write(void *opaque, target_phys_addr_t addr,
92
static void pic_write(void *opaque, hwaddr addr,
93 93
                      uint64_t value, unsigned int size)
94 94
{
95 95
    struct etrax_pic *fs = opaque;

Also available in: Unified diff