mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 12:39:23 +00:00 
			
		
		
		
	 5a85a7dda1
			
		
	
	
		5a85a7dda1
		
	
	
	
	
		
			
			- the macros are gone - there's no more code in this file, LGPL + GPL = GPL, and the code that was moved to lib/bcd.c is anyway trivial Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			195 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _BCD_H
 | |
| #define _BCD_H
 | |
| 
 | |
| #include <linux/compiler.h>
 | |
| 
 | |
| unsigned bcd2bin(unsigned char val) __attribute_const__;
 | |
| unsigned char bin2bcd(unsigned val) __attribute_const__;
 | |
| 
 | |
| #endif /* _BCD_H */
 |