Add a 00-INDEX file to Documentation/mips/
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sh / rtc.h
blob858da99d37e0f7f07c1a4b79439aec70fad67cc6
1 #ifndef _ASM_RTC_H
2 #define _ASM_RTC_H
4 extern void (*board_time_init)(void);
5 extern void (*rtc_sh_get_time)(struct timespec *);
6 extern int (*rtc_sh_set_time)(const time_t);
8 #define RTC_CAP_4_DIGIT_YEAR (1 << 0)
10 struct sh_rtc_platform_info {
11 unsigned long capabilities;
14 #endif /* _ASM_RTC_H */