Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright (C) 2011 Samsung Electronics Co.Ltd
0004  * Author: Joonyoung Shim <jy0922.shim@samsung.com>
0005  */
0006 
0007 #ifndef __PLAT_SAMSUNG_USB_PHY_H
0008 #define __PLAT_SAMSUNG_USB_PHY_H __FILE__
0009 
0010 extern int s3c_usb_phy_init(struct platform_device *pdev, int type);
0011 extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);
0012 
0013 #endif /* __PLAT_SAMSUNG_USB_PHY_H */