Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git] / include / linux / platform_data / samsung-usbphy.h
blob1bd24cba982bcd3447f07f6dd9ba8e95614a7871
1 /*
2 * Copyright (C) 2012 Samsung Electronics Co.Ltd
3 * http://www.samsung.com/
4 * Author: Praveen Paneri <p.paneri@samsung.com>
6 * Defines platform data for samsung usb phy driver.
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
14 #ifndef __SAMSUNG_USBPHY_PLATFORM_H
15 #define __SAMSUNG_USBPHY_PLATFORM_H
17 /**
18 * samsung_usbphy_data - Platform data for USB PHY driver.
19 * @pmu_isolation: Function to control usb phy isolation in PMU.
21 struct samsung_usbphy_data {
22 void (*pmu_isolation)(int on);
25 extern void samsung_usbphy_set_pdata(struct samsung_usbphy_data *pd);
27 #endif /* __SAMSUNG_USBPHY_PLATFORM_H */