diff options
Diffstat (limited to 'include/linux/mc146818rtc.h')
| -rw-r--r-- | include/linux/mc146818rtc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mc146818rtc.h b/include/linux/mc146818rtc.h index bbc93ae217e1..432b2fa24929 100644 --- a/include/linux/mc146818rtc.h +++ b/include/linux/mc146818rtc.h | |||
| @@ -89,4 +89,11 @@ extern spinlock_t rtc_lock; /* serialize CMOS RAM access */ | |||
| 89 | # define RTC_VRT 0x80 /* valid RAM and time */ | 89 | # define RTC_VRT 0x80 /* valid RAM and time */ |
| 90 | /**********************************************************************/ | 90 | /**********************************************************************/ |
| 91 | 91 | ||
| 92 | #ifndef ARCH_RTC_LOCATION /* Override by <asm/mc146818rtc.h>? */ | ||
| 93 | |||
| 94 | #define RTC_IO_EXTENT 0x8 | ||
| 95 | #define RTC_IOMAPPED 1 /* Default to I/O mapping. */ | ||
| 96 | |||
| 97 | #endif /* ARCH_RTC_LOCATION */ | ||
| 98 | |||
| 92 | #endif /* _MC146818RTC_H */ | 99 | #endif /* _MC146818RTC_H */ |
