diff options
Diffstat (limited to 'kernel/arch/ia64/include/asm/mc146818rtc.h')
-rw-r--r-- | kernel/arch/ia64/include/asm/mc146818rtc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/arch/ia64/include/asm/mc146818rtc.h b/kernel/arch/ia64/include/asm/mc146818rtc.h new file mode 100644 index 000000000..407787a23 --- /dev/null +++ b/kernel/arch/ia64/include/asm/mc146818rtc.h @@ -0,0 +1,10 @@ +#ifndef _ASM_IA64_MC146818RTC_H +#define _ASM_IA64_MC146818RTC_H + +/* + * Machine dependent access functions for RTC registers. + */ + +/* empty include file to satisfy the include in genrtc.c */ + +#endif /* _ASM_IA64_MC146818RTC_H */ |