mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			277 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			277 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* Bit string operations on the SPARC
 | 
						|
 *
 | 
						|
 * (C) Copyright 2007, taken from asm-ppc/bitops.h
 | 
						|
 * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
 | 
						|
 *
 | 
						|
 * SPDX-License-Identifier:	GPL-2.0+
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _SPARC_BITOPS_H
 | 
						|
#define _SPARC_BITOPS_H
 | 
						|
 | 
						|
#endif				/* _SPARC_BITOPS_H */
 |