diff options
| author | Michael Brown | 2015-05-10 00:45:13 +0200 |
|---|---|---|
| committer | Michael Brown | 2015-05-10 00:45:13 +0200 |
| commit | 9d43c4080d22bb8a673e23b30be0e3fff976fdfc (patch) | |
| tree | 5f9c450d2aa9824468036cb4257aedf85c359f80 /src/include/ipxe | |
| parent | [uhci] Add support for UHCI host controllers (diff) | |
| download | ipxe-9d43c4080d22bb8a673e23b30be0e3fff976fdfc.tar.gz ipxe-9d43c4080d22bb8a673e23b30be0e3fff976fdfc.tar.xz ipxe-9d43c4080d22bb8a673e23b30be0e3fff976fdfc.zip | |
[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')
| -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, |
