diff options
Diffstat (limited to 'include/usb.h')
-rw-r--r-- | include/usb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/usb.h b/include/usb.h index 3aafdc8bfd1..fcbe2146f7d 100644 --- a/include/usb.h +++ b/include/usb.h @@ -274,7 +274,6 @@ int usb_init(void); int usb_stop(void); /* stop the USB Controller */ int usb_detect_change(void); /* detect if a USB device has been (un)plugged */ - int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol); int usb_set_idle(struct usb_device *dev, int ifnum, int duration, int report_id); @@ -600,7 +599,6 @@ struct usb_hub_descriptor { } u; } __attribute__ ((packed)); - struct usb_hub_device { struct usb_device *pusb_dev; struct usb_hub_descriptor desc; |