Revision 499cf102 hw/pci.h

b/hw/pci.h
339 339
void pci_qdev_register(PCIDeviceInfo *info);
340 340
void pci_qdev_register_many(PCIDeviceInfo *info);
341 341

  
342
PCIDevice *pci_create_noinit(PCIBus *bus, int devfn, const char *name);
342
PCIDevice *pci_create(PCIBus *bus, int devfn, const char *name);
343 343
PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
344 344

  
345 345
/* lsi53c895a.c */

Also available in: Unified diff