18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __ASM_SH_CPU_SH2A_RTC_H
38c2ecf20Sopenharmony_ci#define __ASM_SH_CPU_SH2A_RTC_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define rtc_reg_size		sizeof(u16)
68c2ecf20Sopenharmony_ci#define RTC_BIT_INVERTED	0
78c2ecf20Sopenharmony_ci#define RTC_DEF_CAPABILITIES	RTC_CAP_4_DIGIT_YEAR
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#endif /* __ASM_SH_CPU_SH2A_RTC_H */
10