mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 16:23:14 +00:00
9 lines
142 B
C
9 lines
142 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||
|
#define __ASM_ARCH_GPIO_H__
|
||
|
|
||
|
#include <asm/arch-rockchip/gpio.h>
|
||
|
|
||
|
#endif
|