mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 04:31:19 +00:00 
			
		
		
		
	 e207386865
			
		
	
	
		e207386865
		
	
	
	
	
		
			
			This patch converts ia64 to use asm-generic/ioctls.h instead of its own version. The differences between the arch-specific version and the generic version are as follows: - The generic version adds TIOCSRS485 and TIOCGRS485, which are unused by any driver available on this architecture. - The generic version adds support for termiox Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
		
			
				
	
	
		
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_IA64_IOCTLS_H
 | |
| #define _ASM_IA64_IOCTLS_H
 | |
| 
 | |
| #include <asm-generic/ioctls.h>
 | |
| 
 | |
| #endif /* _ASM_IA64_IOCTLS_H */
 |