From f1698408f1dcb7548a21828a0b1e2b530fae3af3 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:12 +0000 Subject: Compile usb-ohci only once Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl --- hw/devices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/devices.h') 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 -- cgit 1.4.1