mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 20:42:39 +00:00 
			
		
		
		
	 bb8985586b
			
		
	
	
		bb8985586b
		
	
	
	
	
		
			
			Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			200 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			200 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifdef __KERNEL__
 | |
| # ifdef CONFIG_X86_32
 | |
| #  include "unistd_32.h"
 | |
| # else
 | |
| #  include "unistd_64.h"
 | |
| # endif
 | |
| #else
 | |
| # ifdef __i386__
 | |
| #  include "unistd_32.h"
 | |
| # else
 | |
| #  include "unistd_64.h"
 | |
| # endif
 | |
| #endif
 |