mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Revert "Compile usb-ohci only once"
This reverts commit f1698408f1
.
PCI is always little-endian. Having a user-visible "be" property is just
plain wrong.
This commit is contained in:
parent
36368cf0d5
commit
a67ba3b6f8
13 changed files with 44 additions and 95 deletions
4
hw/pxa.h
4
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue