X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fusb.h;h=d79c865884031d33d7549bcddc322a9b937dbfcc;hb=a7bc914446b46407bb478d4c7b6cb616e1cddb49;hp=8d8a2c9b9da63421b59a7eeb9e02c6a2be285c76;hpb=96764df1b47ddebfb50fadf5af72530b07b5fc89;p=u-boot diff --git a/include/usb.h b/include/usb.h index 8d8a2c9b9d..d79c865884 100644 --- a/include/usb.h +++ b/include/usb.h @@ -392,5 +392,6 @@ int hub_port_reset(struct usb_device *dev, int port, struct usb_device *usb_alloc_new_device(void *controller); int usb_new_device(struct usb_device *dev); +void usb_free_device(void); #endif /*_USB_H_ */