]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/plat-samsung/include/plat/usb-phy.h
ARM: s3c: Rename s5p_usb_phy functions
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / plat-samsung / include / plat / usb-phy.h
CommitLineData
4490e3c6 1/* SPDX-License-Identifier: GPL-2.0+ */
8f1d169f
JS
2/*
3 * Copyright (C) 2011 Samsung Electronics Co.Ltd
4 * Author: Joonyoung Shim <jy0922.shim@samsung.com>
8f1d169f
JS
5 */
6
e90a0f3c
KK
7#ifndef __PLAT_SAMSUNG_USB_PHY_H
8#define __PLAT_SAMSUNG_USB_PHY_H __FILE__
8f1d169f 9
603bba8d
KK
10extern int s3c_usb_phy_init(struct platform_device *pdev, int type);
11extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);
8f1d169f 12
e90a0f3c 13#endif /* __PLAT_SAMSUNG_USB_PHY_H */