]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/samsung-usb-phy-uboot.h
Merge branch '2020-05-15-misc-bugfixes'
[thirdparty/u-boot.git] / include / samsung-usb-phy-uboot.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* include/samsung-usb-phy-uboot.h
3 *
4 * Copyright (c) 2015 Samsung Electronics
5 *
6 * USB3 (DWC3) PHY uboot init
7 */
8
9 #ifndef __SAMSUNG_USB_PHY_UBOOT_H_
10 #define __SAMSUNG_USB_PHY_UBOOT_H_
11
12 #include <asm/arch/xhci-exynos.h>
13
14 void exynos5_usb3_phy_init(struct exynos_usb3_phy *phy);
15 #endif /* __SAMSUNG_USB_PHY_UBOOT_H_ */