diff options
author | Paul Brook <paul@codesourcery.com> | 2010-04-05 19:57:40 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-04-05 19:57:40 +0100 |
commit | 61d3cf93e2676282ba1a8d568b2406257f208b26 (patch) | |
tree | 43fc3b106d24bdf1c474a23857873974e1b2235f /hw/devices.h | |
parent | 4f78c9ad5a6076a37a944ededfbec508861103f7 (diff) |
OHCI qdev conversion
Convert remaining OHCI devices to QDEV interface.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/devices.h')
-rw-r--r-- | hw/devices.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/devices.h b/hw/devices.h index 0ac561d91b..c788373c8c 100644 --- a/hw/devices.h +++ b/hw/devices.h @@ -67,7 +67,4 @@ qemu_irq tc6393xb_l3v_get(TC6393xbState *s); void sm501_init(uint32_t base, uint32_t local_mem_bytes, qemu_irq irq, CharDriverState *chr); -/* usb-ohci.c */ -void usb_ohci_init_sm501(uint32_t mmio_base, uint32_t localmem_base, - int num_ports, int devfn, qemu_irq irq); #endif |