Merge 5.0-rc6 into driver-core-next
[linux/fpc-iii.git] / arch / arm / plat-samsung / include / plat / usb-phy.h
blob6d0c788beb9dffa123c7e6c46b68d00e7d26bc66
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2011 Samsung Electronics Co.Ltd
4 * Author: Joonyoung Shim <jy0922.shim@samsung.com>
5 */
7 #ifndef __PLAT_SAMSUNG_USB_PHY_H
8 #define __PLAT_SAMSUNG_USB_PHY_H __FILE__
10 #include <linux/usb/samsung_usb_phy.h>
12 extern int s5p_usb_phy_init(struct platform_device *pdev, int type);
13 extern int s5p_usb_phy_exit(struct platform_device *pdev, int type);
15 #endif /* __PLAT_SAMSUNG_USB_PHY_H */