summaryrefslogtreecommitdiffstats
path: root/kernel/arch/parisc/include/asm/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/parisc/include/asm/mc146818rtc.h')
-rw-r--r--kernel/arch/parisc/include/asm/mc146818rtc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/arch/parisc/include/asm/mc146818rtc.h b/kernel/arch/parisc/include/asm/mc146818rtc.h
new file mode 100644
index 000000000..adf416314
--- /dev/null
+++ b/kernel/arch/parisc/include/asm/mc146818rtc.h
@@ -0,0 +1,9 @@
+/*
+ * Machine dependent access functions for RTC registers.
+ */
+#ifndef _ASM_MC146818RTC_H
+#define _ASM_MC146818RTC_H
+
+/* empty include file to satisfy the include in genrtc.c */
+
+#endif /* _ASM_MC146818RTC_H */