summaryrefslogtreecommitdiff
path: root/hw/usb-ohci.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:12 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:12 +0000
commitf1698408f1dcb7548a21828a0b1e2b530fae3af3 (patch)
tree491458ab922c56707622f1d78f3cabfcd3eceee0 /hw/usb-ohci.h
parent2d48377a8531de63ec1d0c4b9b1959dc4b78356c (diff)
downloadqemu-f1698408f1dcb7548a21828a0b1e2b530fae3af3.tar.gz
Compile usb-ohci only once
Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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