| 
									
										
										
										
											2009-11-05 09:44:09 +01:00
										 |  |  | #ifndef __MACH_ULPI_H
 | 
					
						
							|  |  |  | #define __MACH_ULPI_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-02 09:27:42 +01:00
										 |  |  | #ifdef CONFIG_USB_ULPI
 | 
					
						
							| 
									
										
										
										
											2012-02-13 13:24:02 +02:00
										 |  |  | struct usb_phy *imx_otg_ulpi_create(unsigned int flags); | 
					
						
							| 
									
										
										
										
											2011-03-02 09:27:42 +01:00
										 |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2012-02-13 13:24:02 +02:00
										 |  |  | static inline struct usb_phy *imx_otg_ulpi_create(unsigned int flags) | 
					
						
							| 
									
										
										
										
											2011-03-02 09:27:42 +01:00
										 |  |  | { | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-13 13:24:13 +02:00
										 |  |  | extern struct usb_phy_io_ops mxc_ulpi_access_ops; | 
					
						
							| 
									
										
										
										
											2009-11-05 09:44:09 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __MACH_ULPI_H */
 | 
					
						
							|  |  |  | 
 |