xref: /linux/arch/sh/include/cpu-common/cpu/rtc.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
251f3547dSPaul Mundt #ifndef __ASM_SH_CPU_SH2_RTC_H
351f3547dSPaul Mundt #define __ASM_SH_CPU_SH2_RTC_H
451f3547dSPaul Mundt 
551f3547dSPaul Mundt #define rtc_reg_size		sizeof(u16)
651f3547dSPaul Mundt #define RTC_BIT_INVERTED	0
751f3547dSPaul Mundt #define RTC_DEF_CAPABILITIES	0UL
851f3547dSPaul Mundt 
951f3547dSPaul Mundt #endif /* __ASM_SH_CPU_SH2_RTC_H */
10