aboutsummaryrefslogtreecommitdiffstats
blob: d70408d36677c86d0fbd8ce90530724e54d15a57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ALPHA_RTC_H
#define _ALPHA_RTC_H

#if defined(CONFIG_ALPHA_MARVEL) && defined(CONFIG_SMP) \
 || defined(CONFIG_ALPHA_GENERIC)
# define get_rtc_time		alpha_mv.rtc_get_time
# define set_rtc_time		alpha_mv.rtc_set_time
#endif

#include <asm-generic/rtc.h>

#endif