sh: mach-highlander: Handle SCIF pinmuxing on R7785RP.
[cascardo/linux.git] / arch / sh / include / mach-common / mach / highlander.h
index 306f735..bd26a84 100644 (file)
 
 unsigned char *highlander_plat_irq_setup(void);
 
+#ifdef CONFIG_SH_R7785RP
+void highlander_plat_pinmux_setup(void);
+#else
+#define highlander_plat_pinmux_setup() do { } while (0)
+#endif
+
 #endif  /* __ASM_SH_RENESAS_R7780RP */