Revision a8170e5e hw/esp-pci.c

b/hw/esp-pci.c
159 159
    return val;
160 160
}
161 161

  
162
static void esp_pci_io_write(void *opaque, target_phys_addr_t addr,
162
static void esp_pci_io_write(void *opaque, hwaddr addr,
163 163
                             uint64_t val, unsigned int size)
164 164
{
165 165
    PCIESPState *pci = opaque;
......
202 202
    }
203 203
}
204 204

  
205
static uint64_t esp_pci_io_read(void *opaque, target_phys_addr_t addr,
205
static uint64_t esp_pci_io_read(void *opaque, hwaddr addr,
206 206
                                unsigned int size)
207 207
{
208 208
    PCIESPState *pci = opaque;

Also available in: Unified diff