diff options
Diffstat (limited to 'drivers/usb/renesas_usbhs/fifo.h')
-rw-r--r-- | drivers/usb/renesas_usbhs/fifo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/fifo.h b/drivers/usb/renesas_usbhs/fifo.h index a168a1760fce..79ad5f971035 100644 --- a/drivers/usb/renesas_usbhs/fifo.h +++ b/drivers/usb/renesas_usbhs/fifo.h | |||
@@ -74,6 +74,7 @@ int usbhs_fifo_probe(struct usbhs_priv *priv); | |||
74 | void usbhs_fifo_remove(struct usbhs_priv *priv); | 74 | void usbhs_fifo_remove(struct usbhs_priv *priv); |
75 | void usbhs_fifo_init(struct usbhs_priv *priv); | 75 | void usbhs_fifo_init(struct usbhs_priv *priv); |
76 | void usbhs_fifo_quit(struct usbhs_priv *priv); | 76 | void usbhs_fifo_quit(struct usbhs_priv *priv); |
77 | void usbhs_fifo_clear_dcp(struct usbhs_pipe *pipe); | ||
77 | 78 | ||
78 | /* | 79 | /* |
79 | * packet info | 80 | * packet info |