summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/rtc.h
blob: 3321bc7e8716b22055f0ed3a231d06f41a577223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ASM_RTC_H
#define _ASM_RTC_H

#include <asm/machvec.h>

#define rtc_gettimeofday sh_mv.mv_rtc_gettimeofday
#define rtc_settimeofday sh_mv.mv_rtc_settimeofday

extern void sh_rtc_gettimeofday(struct timeval *tv);
extern int sh_rtc_settimeofday(const struct timeval *tv);

#endif /* _ASM_RTC_H */