xref: /linux/arch/sh/include/cpu-sh2a/cpu/rtc.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f15cbe6fSPaul Mundt #ifndef __ASM_SH_CPU_SH2A_RTC_H
3f15cbe6fSPaul Mundt #define __ASM_SH_CPU_SH2A_RTC_H
4f15cbe6fSPaul Mundt 
5f15cbe6fSPaul Mundt #define rtc_reg_size		sizeof(u16)
6f15cbe6fSPaul Mundt #define RTC_BIT_INVERTED	0
7f15cbe6fSPaul Mundt #define RTC_DEF_CAPABILITIES	RTC_CAP_4_DIGIT_YEAR
8f15cbe6fSPaul Mundt 
9f15cbe6fSPaul Mundt #endif /* __ASM_SH_CPU_SH2A_RTC_H */
10