aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-ohci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb-ohci.h')
-rw-r--r--hw/usb-ohci.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/usb-ohci.h b/hw/usb-ohci.h
index aadc365160..eefcef3602 100644
--- a/hw/usb-ohci.h
+++ b/hw/usb-ohci.h
@@ -3,8 +3,7 @@
#include "qemu-common.h"
-void usb_ohci_init_pci(struct PCIBus *bus, int devfn, int be);
-void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn,
- qemu_irq irq, int be);
+void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
+
#endif