]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/xhci.h
dm: usb: xhci: Use a function to get xhci_ctrl
[u-boot] / drivers / usb / host / xhci.h
index 0951e87436511c3727e352d4b7d47a4d5aca913a..1f489332b78f033aeb2f492b6f280eb17e08a496 100644 (file)
@@ -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_ */