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