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