Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/linux...
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / usb-ehci-orion.h
blob52b0acb35fd750775fe088b650a8f496aa04970d
1 /*
2 * This file is licensed under the terms of the GNU General Public
3 * License version 2. This program is licensed "as is" without any
4 * warranty of any kind, whether express or implied.
5 */
7 #ifndef __USB_EHCI_ORION_H
8 #define __USB_EHCI_ORION_H
10 #include <linux/mbus.h>
12 enum orion_ehci_phy_ver {
13 EHCI_PHY_ORION,
14 EHCI_PHY_DD,
15 EHCI_PHY_KW,
16 EHCI_PHY_NA,
19 struct orion_ehci_data {
20 enum orion_ehci_phy_ver phy_version;
24 #endif