xref: /OK3568_Linux_fs/u-boot/include/samsung-usb-phy-uboot.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* include/samsung-usb-phy-uboot.h
2*4882a593Smuzhiyun  *
3*4882a593Smuzhiyun  * Copyright (c) 2015 Samsung Electronics
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * USB3 (DWC3) PHY uboot init
6*4882a593Smuzhiyun  *
7*4882a593Smuzhiyun  * SPDX-License-Identifier:     GPL-2.0+
8*4882a593Smuzhiyun  */
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun #ifndef __SAMSUNG_USB_PHY_UBOOT_H_
11*4882a593Smuzhiyun #define __SAMSUNG_USB_PHY_UBOOT_H_
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun #include <asm/arch/xhci-exynos.h>
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun void exynos5_usb3_phy_init(struct exynos_usb3_phy *phy);
16*4882a593Smuzhiyun #endif /* __SAMSUNG_USB_PHY_UBOOT_H_ */
17