]>
git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/sh/include/asm/rtc.h
5 extern void (*board_time_init
)(void);
6 extern void (*rtc_sh_get_time
)(struct timespec
*);
7 extern int (*rtc_sh_set_time
)(const time_t);
9 #define RTC_CAP_4_DIGIT_YEAR (1 << 0)
11 struct sh_rtc_platform_info
{
12 unsigned long capabilities
;
17 #endif /* _ASM_RTC_H */