diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-10-17 23:53:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-10-17 23:53:32 -0400 |
commit | 1c46a548f26cd28d478ae793e42bc1a82a977939 (patch) | |
tree | 04d3a295f4773e5169ea44a4e34329823bd95383 /src/usb.h | |
parent | 2f442fd566d683253cf23560867a34243c185550 (diff) | |
download | seabios-1c46a548f26cd28d478ae793e42bc1a82a977939.tar.gz |
Expand USB OHCI support.
Get UHCI support to point where it works with (a modified) qemu.
Diffstat (limited to 'src/usb.h')
-rw-r--r-- | src/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ struct usb_s { } uhci; struct { struct ohci_regs *regs; + void *control_ed; } ohci; }; }; |