1 2 3 4 5 6 7 8 9 10 11 12
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2019 * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com> */ #ifndef __ASM_ARCH_GPIO_H__ #define __ASM_ARCH_GPIO_H__ #include <asm/mach-imx/gpio.h> #endif /* __ASM_ARCH_GPIO_H__ */