summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/rcar-gen2.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/rcar-gen2.h')
-rw-r--r--arch/arm/mach-shmobile/rcar-gen2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/rcar-gen2.h b/arch/arm/mach-shmobile/rcar-gen2.h
new file mode 100644
index 000000000000..ce53cb5f53a1
--- /dev/null
+++ b/arch/arm/mach-shmobile/rcar-gen2.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_RCAR_GEN2_H__
+#define __ASM_RCAR_GEN2_H__
+
+void rcar_gen2_timer_init(void);
+#define MD(nr) BIT(nr)
+u32 rcar_gen2_read_mode_pins(void);
+void rcar_gen2_reserve(void);
+
+#endif /* __ASM_RCAR_GEN2_H__ */