Krzysztof Kozlowski | 4490e3c | 2017-12-25 20:54:35 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Joonyoung Shim | 8f1d169 | 2011-04-08 13:22:10 +0900 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2011 Samsung Electronics Co.Ltd |
| 4 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> |
Joonyoung Shim | 8f1d169 | 2011-04-08 13:22:10 +0900 | [diff] [blame] | 5 | */ |
| 6 | |
Kukjin Kim | e90a0f3 | 2011-09-28 21:06:52 +0900 | [diff] [blame] | 7 | #ifndef __PLAT_SAMSUNG_USB_PHY_H |
| 8 | #define __PLAT_SAMSUNG_USB_PHY_H __FILE__ |
Joonyoung Shim | 8f1d169 | 2011-04-08 13:22:10 +0900 | [diff] [blame] | 9 | |
Krzysztof Kozlowski | 603bba8 | 2019-10-23 17:38:24 +0200 | [diff] [blame] | 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); |
Joonyoung Shim | 8f1d169 | 2011-04-08 13:22:10 +0900 | [diff] [blame] | 12 | |
Kukjin Kim | e90a0f3 | 2011-09-28 21:06:52 +0900 | [diff] [blame] | 13 | #endif /* __PLAT_SAMSUNG_USB_PHY_H */ |