91550f715b
With the new RTC class driver, we can get rid of most of the old left over cruft. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
198 B
C
9 lines
198 B
C
#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);
|
|
|
|
#endif /* _ASM_RTC_H */
|