]> err.no Git - linux-2.6/blobdiff - include/asm-sh/cpu-sh3/rtc.h
rtc: rtc-sh: Split out the CPU defs to asm/cpu/.
[linux-2.6] / include / asm-sh / cpu-sh3 / rtc.h
diff --git a/include/asm-sh/cpu-sh3/rtc.h b/include/asm-sh/cpu-sh3/rtc.h
new file mode 100644 (file)
index 0000000..319404a
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __ASM_SH_CPU_SH3_RTC_H
+#define __ASM_SH_CPU_SH3_RTC_H
+
+#define rtc_reg_size           sizeof(u16)
+#define RTC_BIT_INVERTED       0       /* No bug on SH7708, SH7709A */
+#define RTC_DEF_CAPABILITIES   0UL
+
+#endif /* __ASM_SH_CPU_SH3_RTC_H */