]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-rmobile/gpio.h
arm: rmobile: Add support R8A7791
[u-boot] / arch / arm / include / asm / arch-rmobile / gpio.h
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);
7 #elif defined(CONFIG_R8A7740)
8 #include "r8a7740-gpio.h"
9 void r8a7740_pinmux_init(void);
10 #elif defined(CONFIG_R8A7790)
11 #include "r8a7790-gpio.h"
12 void r8a7790_pinmux_init(void);
13 #elif defined(CONFIG_R8A7791)
14 #include "r8a7791-gpio.h"
15 void r8a7791_pinmux_init(void);
16 #endif
17
18 #endif /* __ASM_ARCH_GPIO_H */