]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rmobile/include/mach/gpio.h
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / arch / arm / mach-rmobile / include / mach / gpio.h
CommitLineData
b045a237
NI
1#ifndef __ASM_ARCH_GPIO_H
2#define __ASM_ARCH_GPIO_H
3
4#if defined(CONFIG_SH73A0)
5#include "sh73a0-gpio.h"
6void sh73a0_pinmux_init(void);
62d0b6ba
NI
7#elif defined(CONFIG_R8A7740)
8#include "r8a7740-gpio.h"
9void r8a7740_pinmux_init(void);
1d0e9278
NI
10#elif defined(CONFIG_R8A7790)
11#include "r8a7790-gpio.h"
12void r8a7790_pinmux_init(void);
bd0550fc
NI
13#elif defined(CONFIG_R8A7791)
14#include "r8a7791-gpio.h"
15void r8a7791_pinmux_init(void);
6f107e4c 16#elif defined(CONFIG_R8A7792)
17#include "r8a7792-gpio.h"
18void r8a7792_pinmux_init(void);
062edd2b
NI
19#elif defined(CONFIG_R8A7793)
20#include "r8a7793-gpio.h"
21void r8a7793_pinmux_init(void);
fafcfc5a
NI
22#elif defined(CONFIG_R8A7794)
23#include "r8a7794-gpio.h"
24void r8a7794_pinmux_init(void);
b045a237
NI
25#endif
26
27#endif /* __ASM_ARCH_GPIO_H */