Lennert Buytenhek | 705a752 | 2008-03-27 14:51:40 -0400 | [diff] [blame] | 1 | /* |
Lennert Buytenhek | 705a752 | 2008-03-27 14:51:40 -0400 | [diff] [blame] | 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 | */ |
| 6 | |
Sachin Kamat | 5995b28 | 2013-12-30 10:49:30 +0530 | [diff] [blame^] | 7 | #ifndef __USB_EHCI_ORION_H |
| 8 | #define __USB_EHCI_ORION_H |
Lennert Buytenhek | 705a752 | 2008-03-27 14:51:40 -0400 | [diff] [blame] | 9 | |
| 10 | #include <linux/mbus.h> |
| 11 | |
Ronen Shitrit | fb6f552 | 2008-09-17 10:08:05 +0300 | [diff] [blame] | 12 | enum orion_ehci_phy_ver { |
| 13 | EHCI_PHY_ORION, |
| 14 | EHCI_PHY_DD, |
| 15 | EHCI_PHY_KW, |
| 16 | EHCI_PHY_NA, |
| 17 | }; |
| 18 | |
Lennert Buytenhek | 705a752 | 2008-03-27 14:51:40 -0400 | [diff] [blame] | 19 | struct orion_ehci_data { |
Ronen Shitrit | fb6f552 | 2008-09-17 10:08:05 +0300 | [diff] [blame] | 20 | enum orion_ehci_phy_ver phy_version; |
Lennert Buytenhek | 705a752 | 2008-03-27 14:51:40 -0400 | [diff] [blame] | 21 | }; |
| 22 | |
| 23 | |
| 24 | #endif |