]> Git Repo - J-u-boot.git/blob - include/samsung-usb-phy-uboot.h
rockchip: lion-rk3368: defconfig: resync w/ OF_LIVE and BOOTSTAGE enabled
[J-u-boot.git] / include / samsung-usb-phy-uboot.h
1 /* include/samsung-usb-phy-uboot.h
2  *
3  * Copyright (c) 2015 Samsung Electronics
4  *
5  * USB3 (DWC3) PHY uboot init
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __SAMSUNG_USB_PHY_UBOOT_H_
11 #define __SAMSUNG_USB_PHY_UBOOT_H_
12
13 #include <asm/arch/xhci-exynos.h>
14
15 void exynos5_usb3_phy_init(struct exynos_usb3_phy *phy);
16 #endif /* __SAMSUNG_USB_PHY_UBOOT_H_ */
This page took 0.027093 seconds and 4 git commands to generate.