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:
Kuninori Morimoto
2011-10-10 22:04:23 -07:00
committed by Felipe Balbi
parent bc6fbf59df
commit 3cf8ed1284
2 changed files with 7 additions and 1 deletions

View 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);