1 /* include/samsung-usb-phy-uboot.h
3 * Copyright (c) 2015 Samsung Electronics
5 * USB3 (DWC3) PHY uboot init
7 * SPDX-License-Identifier: GPL-2.0+
10 #ifndef __SAMSUNG_USB_PHY_UBOOT_H_
11 #define __SAMSUNG_USB_PHY_UBOOT_H_
13 #include <asm/arch/xhci-exynos.h>
15 void exynos5_usb3_phy_init(struct exynos_usb3_phy *phy);
16 #endif /* __SAMSUNG_USB_PHY_UBOOT_H_ */