18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_RTC_H 38c2ecf20Sopenharmony_ci#define _ASM_RTC_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_civoid time_init(void); 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define RTC_CAP_4_DIGIT_YEAR (1 << 0) 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cistruct sh_rtc_platform_info { 108c2ecf20Sopenharmony_ci unsigned long capabilities; 118c2ecf20Sopenharmony_ci}; 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#include <cpu/rtc.h> 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* _ASM_RTC_H */ 16