From 9d43c4080d22bb8a673e23b30be0e3fff976fdfc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 9 May 2015 23:45:13 +0100 Subject: [usb] Provide usb_endpoint_name() for use by host controller drivers Signed-off-by: Michael Brown --- src/include/ipxe/usb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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, -- cgit v1.2.3-55-g7522