summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-rmobile/gpio.h
blob: 877b394b0e25b4afb3e77cf65f0fd512a2c12165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __ASM_ARCH_GPIO_H
#define __ASM_ARCH_GPIO_H

#if defined(CONFIG_SH73A0)
#include "sh73a0-gpio.h"
void sh73a0_pinmux_init(void);
#elif defined(CONFIG_R8A7740)
#include "r8a7740-gpio.h"
void r8a7740_pinmux_init(void);
#elif defined(CONFIG_R8A7790)
#include "r8a7790-gpio.h"
void r8a7790_pinmux_init(void);
#endif

#endif /* __ASM_ARCH_GPIO_H */
OpenPOWER on IntegriCloud