aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/ehci.h')
-rw-r--r--src/drivers/usb/ehci.h2
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 */