mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
10 lines
175 B
C
10 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 */
|