Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
[oweals/u-boot.git] / arch / arm / mach-rmobile / include / mach / 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 #elif defined(CONFIG_R8A7792)
17 #include "r8a7792-gpio.h"
18 void r8a7792_pinmux_init(void);
19 #elif defined(CONFIG_R8A7793)
20 #include "r8a7793-gpio.h"
21 void r8a7793_pinmux_init(void);
22 #elif defined(CONFIG_R8A7794)
23 #include "r8a7794-gpio.h"
24 void r8a7794_pinmux_init(void);
25 #elif defined(CONFIG_R8A7795)
26 #include "r8a7795-gpio.h"
27 void r8a7795_pinmux_init(void);
28 #elif defined(CONFIG_R8A7796)
29 #include "r8a7796-gpio.h"
30 void r8a7796_pinmux_init(void);
31 #endif
32
33 #endif /* __ASM_ARCH_GPIO_H */