summaryrefslogtreecommitdiff
path: root/include/usb
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-03-29 15:42:18 +0100
committerMarek Vasut <marex@denx.de>2019-04-21 10:26:52 +0200
commit2d76160f049c42087011cfa0e6e878aa2ed6b406 (patch)
tree804fdf3ca8bb10bbfb20eaf7c1b982c2afd0e310 /include/usb
parent0fdd0bc621f060fcf60fd4ba48a2a32f338ffeac (diff)
usb: dwc2: Add function for session B check
Add a new function to check the session B validity, to be use to check cable connection. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/dwc2_udc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usb/dwc2_udc.h b/include/usb/dwc2_udc.h
index 3cf20eab92..8a426b631e 100644
--- a/include/usb/dwc2_udc.h
+++ b/include/usb/dwc2_udc.h
@@ -27,4 +27,6 @@ struct dwc2_plat_otg_data {
int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata);
+int dwc2_udc_B_session_valid(struct udevice *dev);
+
#endif /* __DWC2_USB_GADGET */