]> Git Repo - qemu.git/blobdiff - hw/pci.h
qdev/scsi: add scsi bus support to qdev, convert drivers.
[qemu.git] / hw / pci.h
index 5340bbbcb9c1c5b32ce12ecba581d96dbb8013e1..dee2841fbd3112b918e0d1a767682eaad5b3ed21 100644 (file)
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -331,7 +331,6 @@ PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
 
 /* lsi53c895a.c */
 #define LSI_MAX_DEVS 7
-void lsi_scsi_attach(DeviceState *host, BlockDriverState *bd, int id);
 
 /* vmware_vga.c */
 void pci_vmsvga_init(PCIBus *bus);
@@ -341,7 +340,7 @@ void usb_uhci_piix3_init(PCIBus *bus, int devfn);
 void usb_uhci_piix4_init(PCIBus *bus, int devfn);
 
 /* usb-ohci.c */
-void usb_ohci_init_pci(struct PCIBus *bus, int num_ports, int devfn);
+void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
 
 /* prep_pci.c */
 PCIBus *pci_prep_init(qemu_irq *pic);
This page took 0.024211 seconds and 4 git commands to generate.