blob: 62180e3973bd79e2e87efdbbf1cd92ebb4b09b5e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kishon Vijay Abraham I3f52e1b2015-02-23 18:40:07 +05302/* include/linux/usb/dwc3-omap.h
3 *
4 * Copyright (c) 2014 Texas Instruments Incorporated - http://www.ti.com
5 *
6 * Designware SuperSpeed Glue
Kishon Vijay Abraham I3f52e1b2015-02-23 18:40:07 +05307 */
8
9#ifndef __DWC3_OMAP_H_
10#define __DWC3_OMAP_H_
11
12enum dwc3_omap_utmi_mode {
13 DWC3_OMAP_UTMI_MODE_UNKNOWN = 0,
14 DWC3_OMAP_UTMI_MODE_HW,
15 DWC3_OMAP_UTMI_MODE_SW,
16};
17
18#endif /* __DWC3_OMAP_H_ */