1 /* include/dwc3_omap_uboot.h
3 * Copyright (c) 2015 Texas Instruments Incorporated - http://www.ti.com
5 * Designware SuperSpeed OMAP Glue uboot init
7 * SPDX-License-Identifier: GPL-2.0
10 #ifndef __DWC3_OMAP_UBOOT_H_
11 #define __DWC3_OMAP_UBOOT_H_
13 #include <linux/usb/dwc3-omap.h>
15 enum omap_dwc3_vbus_id_status {
22 struct dwc3_omap_device {
24 enum dwc3_omap_utmi_mode utmi_mode;
25 enum omap_dwc3_vbus_id_status vbus_id_status;
27 #endif /* __DWC3_OMAP_UBOOT_H_ */