xref: /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/usb-phy.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0+ */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Copyright (C) 2011 Samsung Electronics Co.Ltd
4*4882a593Smuzhiyun  * Author: Joonyoung Shim <jy0922.shim@samsung.com>
5*4882a593Smuzhiyun  */
6*4882a593Smuzhiyun 
7*4882a593Smuzhiyun #ifndef __PLAT_SAMSUNG_USB_PHY_H
8*4882a593Smuzhiyun #define __PLAT_SAMSUNG_USB_PHY_H __FILE__
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun extern int s3c_usb_phy_init(struct platform_device *pdev, int type);
11*4882a593Smuzhiyun extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun #endif /* __PLAT_SAMSUNG_USB_PHY_H */
14