Nobuhiro Iwamatsu | b045a23 | 2012-07-20 09:29:19 +0900 | [diff] [blame] | 1 | #ifndef __ASM_ARCH_GPIO_H |
| 2 | #define __ASM_ARCH_GPIO_H |
| 3 | |
| 4 | #if defined(CONFIG_SH73A0) |
| 5 | #include "sh73a0-gpio.h" |
| 6 | void sh73a0_pinmux_init(void); |
Nobuhiro Iwamatsu | 62d0b6b | 2012-07-20 13:07:43 +0900 | [diff] [blame] | 7 | #elif defined(CONFIG_R8A7740) |
| 8 | #include "r8a7740-gpio.h" |
| 9 | void r8a7740_pinmux_init(void); |
Nobuhiro Iwamatsu | 1d0e927 | 2013-11-21 17:06:45 +0900 | [diff] [blame] | 10 | #elif defined(CONFIG_R8A7790) |
| 11 | #include "r8a7790-gpio.h" |
| 12 | void r8a7790_pinmux_init(void); |
Nobuhiro Iwamatsu | bd0550f | 2013-11-21 17:07:45 +0900 | [diff] [blame] | 13 | #elif defined(CONFIG_R8A7791) |
| 14 | #include "r8a7791-gpio.h" |
| 15 | void r8a7791_pinmux_init(void); |
Nobuhiro Iwamatsu | 062edd2 | 2014-11-05 06:50:06 +0900 | [diff] [blame] | 16 | #elif defined(CONFIG_R8A7793) |
| 17 | #include "r8a7793-gpio.h" |
| 18 | void r8a7793_pinmux_init(void); |
Nobuhiro Iwamatsu | fafcfc5 | 2014-06-24 17:10:02 +0900 | [diff] [blame] | 19 | #elif defined(CONFIG_R8A7794) |
| 20 | #include "r8a7794-gpio.h" |
| 21 | void r8a7794_pinmux_init(void); |
Nobuhiro Iwamatsu | b045a23 | 2012-07-20 09:29:19 +0900 | [diff] [blame] | 22 | #endif |
| 23 | |
| 24 | #endif /* __ASM_ARCH_GPIO_H */ |