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>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			218 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			218 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __ASM_GENERIC_AUXVEC_H
 | 
						|
#define __ASM_GENERIC_AUXVEC_H
 | 
						|
/*
 | 
						|
 * Not all architectures need their own auxvec.h, the most
 | 
						|
 * common definitions are already in linux/auxvec.h.
 | 
						|
 */
 | 
						|
 | 
						|
#endif /* __ASM_GENERIC_AUXVEC_H */
 |