usb: gadget: renesas_usbhs: add usbhs_pipe_name()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / usb / renesas_usbhs / pipe.h
index aff8bfa207d311befd9b791423e6259c4d948972..37018351f47c7ad453e088394811a3c26fcacf5b 100644 (file)
@@ -73,6 +73,7 @@ struct usbhs_pipe_info {
 /*
  * pipe control
  */
+char *usbhs_pipe_name(struct usbhs_pipe *pipe);
 struct usbhs_pipe
 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
 int usbhs_pipe_probe(struct usbhs_priv *priv);