1 /* include/linux/usb/dwc3-omap.h
3 * Copyright (c) 2014 Texas Instruments Incorporated - http://www.ti.com
5 * Designware SuperSpeed Glue
7 * SPDX-License-Identifier: GPL-2.0+
10 #ifndef __DWC3_OMAP_H_
11 #define __DWC3_OMAP_H_
13 enum dwc3_omap_utmi_mode {
14 DWC3_OMAP_UTMI_MODE_UNKNOWN = 0,
15 DWC3_OMAP_UTMI_MODE_HW,
16 DWC3_OMAP_UTMI_MODE_SW,
19 #endif /* __DWC3_OMAP_H_ */