hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/platform_data/s3c-hsudc.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * S3C24XX USB 2.0 High-speed USB controller gadget driver
34 *
....@@ -7,10 +8,6 @@
78 * The S3C24XX USB 2.0 high-speed USB controller supports upto 9 endpoints.
89 * Each endpoint can be configured as either in or out endpoint. Endpoints
910 * can be configured for Bulk or Interrupt transfer mode.
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2 as
13
- * published by the Free Software Foundation.
1411 */
1512
1613 #ifndef __LINUX_USB_S3C_HSUDC_H
....@@ -29,6 +26,8 @@
2926 unsigned int epnum;
3027 void (*gpio_init)(void);
3128 void (*gpio_uninit)(void);
29
+ void (*phy_init)(void);
30
+ void (*phy_uninit)(void);
3231 };
3332
3433 #endif /* __LINUX_USB_S3C_HSUDC_H */