Jonas Karlman | 76f5d88 | 2025-04-07 22:46:52 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
2 | /* Copyright Contributors to the U-Boot project. */ | ||||
3 | |||||
4 | #ifndef __ASM_ARCH_GPIO_H__ | ||||
5 | #define __ASM_ARCH_GPIO_H__ | ||||
6 | |||||
7 | #include <asm/arch-rockchip/gpio.h> | ||||
8 | |||||
9 | #endif |