mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
12 lines
201 B
C
12 lines
201 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||
|
#define __ASM_ARCH_GPIO_H__
|
||
|
|
||
|
#include <asm/arch-rockchip/gpio.h>
|
||
|
|
||
|
#endif
|