blob: f2bce578abba1fc7394eb6ca1e96266aee248b4c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Lukasz Majewskia272c992015-05-22 18:14:23 +02002/* include/samsung-usb-phy-uboot.h
3 *
4 * Copyright (c) 2015 Samsung Electronics
5 *
6 * USB3 (DWC3) PHY uboot init
Lukasz Majewskia272c992015-05-22 18:14:23 +02007 */
8
9#ifndef __SAMSUNG_USB_PHY_UBOOT_H_
10#define __SAMSUNG_USB_PHY_UBOOT_H_
11
12#include <asm/arch/xhci-exynos.h>
13
14void exynos5_usb3_phy_init(struct exynos_usb3_phy *phy);
15#endif /* __SAMSUNG_USB_PHY_UBOOT_H_ */