diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-05-09 23:45:13 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-05-09 23:45:13 +0100 |
commit | 9d43c4080d22bb8a673e23b30be0e3fff976fdfc (patch) | |
tree | 5f9c450d2aa9824468036cb4257aedf85c359f80 /src/include/ipxe/usb.h | |
parent | 6dba29b18f5642a981ece54baef6d3433d26188e (diff) | |
download | ipxe-9d43c4080d22bb8a673e23b30be0e3fff976fdfc.tar.gz |
[usb] Provide usb_endpoint_name() for use by host controller drivers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/usb.h')
-rw-r--r-- | src/include/ipxe/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/usb.h b/src/include/ipxe/usb.h index 9e0923a40..0b27d02cb 100644 --- a/src/include/ipxe/usb.h +++ b/src/include/ipxe/usb.h @@ -562,6 +562,7 @@ usb_endpoint_get_hostdata ( struct usb_endpoint *ep ) { return ep->priv; } +extern const char * usb_endpoint_name ( struct usb_endpoint *ep ); extern int usb_endpoint_described ( struct usb_endpoint *ep, struct usb_configuration_descriptor *config, |