diff options
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 e9e8ec7a77..0ac561d91b 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 be); + int num_ports, int devfn, qemu_irq irq); #endif |