With all of the different CPU types this was getting a but unwieldly. Since sh64 is now integrated, we don't have to worry about multiple architectures caring about the header definitions. Split out the defs for each asm/cpu/ to make rtc-sh slightly less visually offensive. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			252 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			252 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_SH_CPU_SH5_RTC_H
 | |
| #define __ASM_SH_CPU_SH5_RTC_H
 | |
| 
 | |
| #define rtc_reg_size		sizeof(u32)
 | |
| #define RTC_BIT_INVERTED	0	/* The SH-5 RTC is surprisingly sane! */
 | |
| #define RTC_DEF_CAPABILITIES	RTC_CAP_4_DIGIT_YEAR
 | |
| 
 | |
| #endif /* __ASM_SH_CPU_SH5_RTC_H */
 |