mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
		
			
				
	
	
		
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _M68K_BYTEORDER_H
 | |
| #define _M68K_BYTEORDER_H
 | |
| 
 | |
| #include <asm/types.h>
 | |
| #include <linux/byteorder/big_endian.h>
 | |
| 
 | |
| #endif /* _M68K_BYTEORDER_H */
 |