Revision 6e355d90 hw/rtl8139.c

b/hw/rtl8139.c
3192 3192
/* PCI RTL8139 definitions */
3193 3193

  
3194 3194
static void rtl8139_mmio_map(PCIDevice *pci_dev, int region_num,
3195
                       uint32_t addr, uint32_t size, int type)
3195
                       pcibus_t addr, pcibus_t size, int type)
3196 3196
{
3197 3197
    RTL8139State *s = DO_UPCAST(RTL8139State, dev, pci_dev);
3198 3198

  
......
3200 3200
}
3201 3201

  
3202 3202
static void rtl8139_ioport_map(PCIDevice *pci_dev, int region_num,
3203
                       uint32_t addr, uint32_t size, int type)
3203
                       pcibus_t addr, pcibus_t size, int type)
3204 3204
{
3205 3205
    RTL8139State *s = DO_UPCAST(RTL8139State, dev, pci_dev);
3206 3206

  

Also available in: Unified diff