[uboot] create uboot from github:
repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
This commit is contained in:
18
u-boot-2021.10/include/linux/usb/dwc3-omap.h
Normal file
18
u-boot-2021.10/include/linux/usb/dwc3-omap.h
Normal file
@ -0,0 +1,18 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/* include/linux/usb/dwc3-omap.h
|
||||
*
|
||||
* Copyright (c) 2014 Texas Instruments Incorporated - http://www.ti.com
|
||||
*
|
||||
* Designware SuperSpeed Glue
|
||||
*/
|
||||
|
||||
#ifndef __DWC3_OMAP_H_
|
||||
#define __DWC3_OMAP_H_
|
||||
|
||||
enum dwc3_omap_utmi_mode {
|
||||
DWC3_OMAP_UTMI_MODE_UNKNOWN = 0,
|
||||
DWC3_OMAP_UTMI_MODE_HW,
|
||||
DWC3_OMAP_UTMI_MODE_SW,
|
||||
};
|
||||
|
||||
#endif /* __DWC3_OMAP_H_ */
|
||||
Reference in New Issue
Block a user