aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-10-17 23:53:32 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-10-17 23:53:32 -0400
commit1c46a548f26cd28d478ae793e42bc1a82a977939 (patch)
tree04d3a295f4773e5169ea44a4e34329823bd95383 /src/usb.h
parent2f442fd566d683253cf23560867a34243c185550 (diff)
downloadseabios-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usb.h b/src/usb.h
index 36fde59f..fe674c0b 100644
--- a/src/usb.h
+++ b/src/usb.h
@@ -15,6 +15,7 @@ struct usb_s {
} uhci;
struct {
struct ohci_regs *regs;
+ void *control_ed;
} ohci;
};
};