GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / alpha / include / asm / rtc.h
blob1f7fba671ae68a25f204cf819e3e04bde362810e
1 #ifndef _ALPHA_RTC_H
2 #define _ALPHA_RTC_H
4 #if defined(CONFIG_ALPHA_GENERIC)
5 # define get_rtc_time alpha_mv.rtc_get_time
6 # define set_rtc_time alpha_mv.rtc_set_time
7 #else
8 # if defined(CONFIG_ALPHA_MARVEL) && defined(CONFIG_SMP)
9 # define get_rtc_time marvel_get_rtc_time
10 # define set_rtc_time marvel_set_rtc_time
11 # endif
12 #endif
14 #include <asm-generic/rtc.h>
16 #endif