Revision c227f099 hw/mcf_fec.c

b/hw/mcf_fec.c
214 214
    s->rfsr = 0x500;
215 215
}
216 216

  
217
static uint32_t mcf_fec_read(void *opaque, a_target_phys_addr addr)
217
static uint32_t mcf_fec_read(void *opaque, target_phys_addr_t addr)
218 218
{
219 219
    mcf_fec_state *s = (mcf_fec_state *)opaque;
220 220
    switch (addr & 0x3ff) {
......
251 251
    }
252 252
}
253 253

  
254
static void mcf_fec_write(void *opaque, a_target_phys_addr addr, uint32_t value)
254
static void mcf_fec_write(void *opaque, target_phys_addr_t addr, uint32_t value)
255 255
{
256 256
    mcf_fec_state *s = (mcf_fec_state *)opaque;
257 257
    switch (addr & 0x3ff) {
......
450 450
    qemu_free(s);
451 451
}
452 452

  
453
void mcf_fec_init(NICInfo *nd, a_target_phys_addr base, qemu_irq *irq)
453
void mcf_fec_init(NICInfo *nd, target_phys_addr_t base, qemu_irq *irq)
454 454
{
455 455
    mcf_fec_state *s;
456 456

  

Also available in: Unified diff