aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/exynos_usb3_drd.h
blob: 1bad86fddd590418b3d07f967e4c732e800a8899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* inlude/linux/platform_data/exynos_usb3_drd.h
 *
 * Copyright (c) 2012 Samsung Electronics Co. Ltd
 * Author: Anton Tikhomirov <av.tikhomirov@samsung.com>
 *
 * EXYNOS SuperSpeed USB 3.0 DRD Controller platform data
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/

#ifndef _EXYNOS_USB3_DRD_H_
#define _EXYNOS_USB3_DRD_H_

struct exynos_usb3_drd_pdata {
	int phy_type;
	int (*phy_init)(struct platform_device *pdev, int type);
	int (*phy_exit)(struct platform_device *pdev, int type);
};

#endif