mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 16:38:31 +00:00 
			
		
		
		
	 f4f8bda232
			
		
	
	
		f4f8bda232
		
	
	
	
	
		
			
			The ARC USB OTG Core has support for accessing ULPI tranceivers through so called ULPI viewports. Export a set of function for use with the USB OTG framework. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Greg Kroah-Hartman <gregkh@suse.de> Cc: David Brownell <dbrownell@users.sourceforge.net> Cc: linux-usb@vger.kernel.org Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
		
			
				
	
	
		
			8 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MACH_ULPI_H
 | |
| #define __MACH_ULPI_H
 | |
| 
 | |
| extern struct otg_io_access_ops mxc_ulpi_access_ops;
 | |
| 
 | |
| #endif /* __MACH_ULPI_H */
 | |
| 
 |