usb-phy.h 402 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2011 Samsung Electronics Co.Ltd
  4. * Author: Joonyoung Shim <[email protected]>
  5. */
  6. #ifndef __PLAT_SAMSUNG_USB_PHY_H
  7. #define __PLAT_SAMSUNG_USB_PHY_H __FILE__
  8. extern int s3c_usb_phy_init(struct platform_device *pdev, int type);
  9. extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);
  10. #endif /* __PLAT_SAMSUNG_USB_PHY_H */