Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-s3c / usb-phy.h
blob759d66a0773a6ff9f9f73bfb97a9eb80e1a42092
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 extern int s3c_usb_phy_init(struct platform_device *pdev, int type);
11 extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);
13 #endif /* __PLAT_SAMSUNG_USB_PHY_H */