diff options
author | Michael Brown | 2015-05-08 17:51:12 +0200 |
---|---|---|
committer | Michael Brown | 2015-05-09 21:09:08 +0200 |
commit | 9ea8a2daa7ffd489898318c038fcfd7edc810adc (patch) | |
tree | 200d5ebc4de94ef5665c81ca7948b0c7230be5ef /src/drivers/usb/ehci.h | |
parent | [usb] Add find_usb_bus_by_location() helper function (diff) | |
download | ipxe-9ea8a2daa7ffd489898318c038fcfd7edc810adc.tar.gz ipxe-9ea8a2daa7ffd489898318c038fcfd7edc810adc.tar.xz ipxe-9ea8a2daa7ffd489898318c038fcfd7edc810adc.zip |
[ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controller
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/usb/ehci.h')
-rw-r--r-- | src/drivers/usb/ehci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/usb/ehci.h b/src/drivers/usb/ehci.h index d8814ec7..f35a07ce 100644 --- a/src/drivers/usb/ehci.h +++ b/src/drivers/usb/ehci.h @@ -537,4 +537,6 @@ struct ehci_endpoint { struct ehci_ring ring; }; +extern unsigned int ehci_companion ( struct pci_device *pci ); + #endif /* _IPXE_EHCI_H */ |