diff options
Diffstat (limited to 'include/asm-mips/mc146818rtc.h')
-rw-r--r-- | include/asm-mips/mc146818rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mc146818rtc.h b/include/asm-mips/mc146818rtc.h index f521b7239..297fc0b74 100644 --- a/include/asm-mips/mc146818rtc.h +++ b/include/asm-mips/mc146818rtc.h @@ -49,4 +49,6 @@ extern struct rtc_ops *rtc_ops; #define RTC_IRQ 8 #endif +#define RTC_DEC_YEAR 0x3f /* Where we store the real year on DECs. */ + #endif /* _ASM_MC146818RTC_H */ |