summaryrefslogtreecommitdiffstats
path: root/hw/devices.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/devices.h
parent2d48377a8531de63ec1d0c4b9b1959dc4b78356c (diff)
downloadhqemu-f1698408f1dcb7548a21828a0b1e2b530fae3af3.zip
hqemu-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/devices.h')
-rw-r--r--hw/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/devices.h b/hw/devices.h
index 0ac561d..e9e8ec7 100644
--- a/hw/devices.h
+++ b/hw/devices.h
@@ -69,5 +69,5 @@ void sm501_init(uint32_t base, uint32_t local_mem_bytes, qemu_irq irq,
/* usb-ohci.c */
void usb_ohci_init_sm501(uint32_t mmio_base, uint32_t localmem_base,
- int num_ports, int devfn, qemu_irq irq);
+ int num_ports, int devfn, qemu_irq irq, int be);
#endif
OpenPOWER on IntegriCloud