diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
commit | f1698408f1dcb7548a21828a0b1e2b530fae3af3 (patch) | |
tree | 491458ab922c56707622f1d78f3cabfcd3eceee0 /hw/devices.h | |
parent | 2d48377a8531de63ec1d0c4b9b1959dc4b78356c (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/devices.h b/hw/devices.h index 0ac561d91b..e9e8ec7a77 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 |