]> Git Repo - J-linux.git/blob - arch/arm/mach-s3c/usb-phy.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / arm / mach-s3c / usb-phy.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2011 Samsung Electronics Co.Ltd
4  * Author: Joonyoung Shim <[email protected]>
5  */
6
7 #ifndef __PLAT_SAMSUNG_USB_PHY_H
8 #define __PLAT_SAMSUNG_USB_PHY_H __FILE__
9
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);
12
13 #endif /* __PLAT_SAMSUNG_USB_PHY_H */
This page took 0.026248 seconds and 4 git commands to generate.