Revision a8170e5e hw/etraxfs_eth.c

b/hw/etraxfs_eth.c
374 374
}
375 375

  
376 376
static uint64_t
377
eth_read(void *opaque, target_phys_addr_t addr, unsigned int size)
377
eth_read(void *opaque, hwaddr addr, unsigned int size)
378 378
{
379 379
	struct fs_eth *eth = opaque;
380 380
	uint32_t r = 0;
......
418 418
}
419 419

  
420 420
static void
421
eth_write(void *opaque, target_phys_addr_t addr,
421
eth_write(void *opaque, hwaddr addr,
422 422
          uint64_t val64, unsigned int size)
423 423
{
424 424
	struct fs_eth *eth = opaque;

Also available in: Unified diff