Revision a8170e5e hw/unin_pci.c

b/hw/unin_pci.c
111 111
    return retval;
112 112
}
113 113

  
114
static void unin_data_write(void *opaque, target_phys_addr_t addr,
114
static void unin_data_write(void *opaque, hwaddr addr,
115 115
                            uint64_t val, unsigned len)
116 116
{
117 117
    UNINState *s = opaque;
......
123 123
                   val, len);
124 124
}
125 125

  
126
static uint64_t unin_data_read(void *opaque, target_phys_addr_t addr,
126
static uint64_t unin_data_read(void *opaque, hwaddr addr,
127 127
                               unsigned len)
128 128
{
129 129
    UNINState *s = opaque;

Also available in: Unified diff