Initial commit
[kernel/linux-3.0.git] / include / linux / platform_data / exynos_usb3_drd.h
1 /* inlude/linux/platform_data/exynos_usb3_drd.h
2  *
3  * Copyright (c) 2012 Samsung Electronics Co. Ltd
4  * Author: Anton Tikhomirov <av.tikhomirov@samsung.com>
5  *
6  * EXYNOS SuperSpeed USB 3.0 DRD Controller platform data
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #ifndef _EXYNOS_USB3_DRD_H_
14 #define _EXYNOS_USB3_DRD_H_
15
16 struct exynos_usb3_drd_pdata {
17         int phy_type;
18         int (*phy_init)(struct platform_device *pdev, int type);
19         int (*phy_exit)(struct platform_device *pdev, int type);
20 };
21
22 #endif