mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b045a23773
Renesas SH73A0 has GPIO based PFC. This privode framework of PFC. The code included in this base from linux kernel. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9 lines
175 B
C
9 lines
175 B
C
#ifndef __ASM_ARCH_GPIO_H
|
|
#define __ASM_ARCH_GPIO_H
|
|
|
|
#if defined(CONFIG_SH73A0)
|
|
#include "sh73a0-gpio.h"
|
|
void sh73a0_pinmux_init(void);
|
|
#endif
|
|
|
|
#endif /* __ASM_ARCH_GPIO_H */
|