mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 03:13:59 +00:00 
			
		
		
		
	 105ca2398f
			
		
	
	
		105ca2398f
		
	
	
	
	
		
			
			Signed-off-by: Yong Yao <yaoyong@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
		
			
				
	
	
		
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_ARCH_PXA930_TRKBALL_H
 | |
| #define __ASM_ARCH_PXA930_TRKBALL_H
 | |
| 
 | |
| struct pxa930_trkball_platform_data {
 | |
| 	int x_filter;
 | |
| 	int y_filter;
 | |
| };
 | |
| 
 | |
| #endif /* __ASM_ARCH_PXA930_TRKBALL_H */
 | |
| 
 |