usb: gadget: renesas_usbhs: add usbhs_pipe_name()
pipe name is usefull function for mod_xxx Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:

committed by
Felipe Balbi

parent
bc6fbf59df
commit
3cf8ed1284
@@ -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);
|
||||
|
Reference in New Issue
Block a user