X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fxhci.h;h=1f489332b78f033aeb2f492b6f280eb17e08a496;hb=7c1deec0afc209fea14bc38e3a3e1d28b773ee55;hp=0951e87436511c3727e352d4b7d47a4d5aca913a;hpb=20913018fbce5a2e3c93b6eeb56e67460e29542c;p=u-boot diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 0951e87436..1f489332b7 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1259,4 +1259,6 @@ int xhci_alloc_virt_device(struct usb_device *udev); int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, struct xhci_hcor *hcor); +struct xhci_ctrl *xhci_get_ctrl(struct usb_device *udev); + #endif /* HOST_XHCI_H_ */