mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
[usb] Provide usb_endpoint_name() for use by host controller drivers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user