Go to the documentation of this file.
22 #ifndef __ASM_MACH_MALTA_MC146818RTC_H
23 #define __ASM_MACH_MALTA_MC146818RTC_H
29 #define RTC_PORT(x) (0x70 + (x))
44 #define RTC_ALWAYS_BCD 0
46 #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 1900)