mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue