mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			135 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			135 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _ASM_NIOS2_UNALIGNED_H
 | 
						|
#define _ASM_NIOS2_UNALIGNED_H
 | 
						|
 | 
						|
#include <asm-generic/unaligned.h>
 | 
						|
 | 
						|
#endif /* _ASM_NIOS2_UNALIGNED_H */
 |