Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is licensed under the terms of the GNU General Public
0003  * License version 2.  This program is licensed "as is" without any
0004  * warranty of any kind, whether express or implied.
0005  */
0006 
0007 #ifndef __USB_EHCI_ORION_H
0008 #define __USB_EHCI_ORION_H
0009 
0010 #include <linux/mbus.h>
0011 
0012 enum orion_ehci_phy_ver {
0013     EHCI_PHY_ORION,
0014     EHCI_PHY_DD,
0015     EHCI_PHY_KW,
0016     EHCI_PHY_NA,
0017 };
0018 
0019 struct orion_ehci_data {
0020     enum orion_ehci_phy_ver phy_version;
0021 };
0022 
0023 
0024 #endif