X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fasm-sh%2Frtc.h;fp=include%2Fasm-sh%2Frtc.h;h=0000000000000000000000000000000000000000;hb=f15cbe6f1a4b4d9df59142fc8e4abb973302cf44;hp=ec45ba8e11d93884f8c6c46f7e84366c586ca6ed;hpb=25326277d8d1393d1c66240e6255aca780f9e3eb;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-sh/rtc.h b/include/asm-sh/rtc.h deleted file mode 100644 index ec45ba8..0000000 --- a/include/asm-sh/rtc.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _ASM_RTC_H -#define _ASM_RTC_H - -extern void (*board_time_init)(void); -extern void (*rtc_sh_get_time)(struct timespec *); -extern int (*rtc_sh_set_time)(const time_t); - -#define RTC_CAP_4_DIGIT_YEAR (1 << 0) - -struct sh_rtc_platform_info { - unsigned long capabilities; -}; - -#include - -#endif /* _ASM_RTC_H */