Revision 6e355d90 hw/ne2000.c

b/hw/ne2000.c
679 679
/* PCI NE2000 definitions */
680 680

  
681 681
static void ne2000_map(PCIDevice *pci_dev, int region_num,
682
                       uint32_t addr, uint32_t size, int type)
682
                       pcibus_t addr, pcibus_t size, int type)
683 683
{
684 684
    PCINE2000State *d = DO_UPCAST(PCINE2000State, dev, pci_dev);
685 685
    NE2000State *s = &d->ne2000;

Also available in: Unified diff