summaryrefslogtreecommitdiff
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, 3 insertions, 2 deletions
diff --git a/hw/usb-ohci.h b/hw/usb-ohci.h
index eefcef3602..aadc365160 100644
--- a/hw/usb-ohci.h
+++ b/hw/usb-ohci.h
@@ -3,7 +3,8 @@
#include "qemu-common.h"
-void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
-
+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);
#endif