 aa2c47e0a6
			
		
	
	
	aa2c47e0a6
	
	
	
		
			
			Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			196 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			196 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_IOCTLS_H__
 | |
| #define __ASM_IOCTLS_H__
 | |
| 
 | |
| #define TIOCTTYGSTRUCT	0x5426  /* For debugging only */
 | |
| #define FIOQSIZE	0x545E
 | |
| 
 | |
| #include <asm-generic/ioctls.h>
 | |
| 
 | |
| #endif /* __ASM_IOCTLS_H__ */
 | |
| 
 |