Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dwc3-exynos.h
Go to the documentation of this file.
1 
15 #ifndef _DWC3_EXYNOS_H_
16 #define _DWC3_EXYNOS_H_
17 
19  int phy_type;
20  int (*phy_init)(struct platform_device *pdev, int type);
21  int (*phy_exit)(struct platform_device *pdev, int type);
22 };
23 
24 #endif /* _DWC3_EXYNOS_H_ */