blob: 52b0acb35fd750775fe088b650a8f496aa04970d [file] [log] [blame]
Lennert Buytenhek705a7522008-03-27 14:51:40 -04001/*
Lennert Buytenhek705a7522008-03-27 14:51:40 -04002 * 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 */
6
Sachin Kamat5995b282013-12-30 10:49:30 +05307#ifndef __USB_EHCI_ORION_H
8#define __USB_EHCI_ORION_H
Lennert Buytenhek705a7522008-03-27 14:51:40 -04009
10#include <linux/mbus.h>
11
Ronen Shitritfb6f5522008-09-17 10:08:05 +030012enum orion_ehci_phy_ver {
13 EHCI_PHY_ORION,
14 EHCI_PHY_DD,
15 EHCI_PHY_KW,
16 EHCI_PHY_NA,
17};
18
Lennert Buytenhek705a7522008-03-27 14:51:40 -040019struct orion_ehci_data {
Ronen Shitritfb6f5522008-09-17 10:08:05 +030020 enum orion_ehci_phy_ver phy_version;
Lennert Buytenhek705a7522008-03-27 14:51:40 -040021};
22
23
24#endif