dwc3-omap.h 377 B

12345678910111213141516171819
  1. /* 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. #ifndef __DWC3_OMAP_H_
  10. #define __DWC3_OMAP_H_
  11. enum dwc3_omap_utmi_mode {
  12. DWC3_OMAP_UTMI_MODE_UNKNOWN = 0,
  13. DWC3_OMAP_UTMI_MODE_HW,
  14. DWC3_OMAP_UTMI_MODE_SW,
  15. };
  16. #endif /* __DWC3_OMAP_H_ */