Revision 28c2c264 hw/pci.c

b/hw/pci.c
322 322
    return 0;
323 323
}
324 324

  
325
void pci_register_io_region(PCIDevice *pci_dev, int region_num,
325
void pci_register_bar(PCIDevice *pci_dev, int region_num,
326 326
                            uint32_t size, int type,
327 327
                            PCIMapIORegionFunc *map_func)
328 328
{

Also available in: Unified diff