Blame view

include/usb/usb_mx6_common.h 248 Bytes
e00fcce4d   Ye Li   MLK-23110-1 usb: ...
1
2
3
4
5
6
7
8
9
10
11
12
  // SPDX-License-Identifier: GPL-2.0+
  /*
   * Copyright 2019 NXP
   *
   */
  
  #ifndef __USB_MX6_COMMON_H__
  #define __USB_MX6_COMMON_H__
  #include <usb/ehci-ci.h>
  
  int ehci_mx6_common_init(struct usb_ehci *ehci, int index);
  #endif /* __USB_MX6_COMMON_H__ */