diff options
Diffstat (limited to 'hw/pxa.h')
| -rw-r--r-- | hw/pxa.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/pxa.h b/hw/pxa.h index 8d6a8c3348..2ca36c2f6a 100644 --- a/hw/pxa.h +++ b/hw/pxa.h @@ -213,4 +213,8 @@ struct PXA2xxI2SState { PXA2xxState *pxa270_init(unsigned int sdram_size, const char *revision); PXA2xxState *pxa255_init(unsigned int sdram_size); +/* usb-ohci.c */ +void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn, + qemu_irq irq); + #endif /* PXA_H */ |