]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - arch/sh/include/asm/rtc.h
sh: remove unused rtc_sh_get/set_time infrastructure
[mirror_ubuntu-jammy-kernel.git] / arch / sh / include / asm / rtc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_RTC_H
3 #define _ASM_RTC_H
4
5 void time_init(void);
6 extern void (*board_time_init)(void);
7
8 #define RTC_CAP_4_DIGIT_YEAR (1 << 0)
9
10 struct sh_rtc_platform_info {
11 unsigned long capabilities;
12 };
13
14 #include <cpu/rtc.h>
15
16 #endif /* _ASM_RTC_H */