Go to the documentation of this file.
10 #ifndef __ASM_MACH_LOONGSON_MC146818RTC_H
11 #define __ASM_MACH_LOONGSON_MC146818RTC_H
15 #define RTC_PORT(x) (0x70 + (x))
30 #define RTC_ALWAYS_BCD 0
32 #ifndef mc146818_decode_year
33 #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 1970)