Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2011 |
| 3 | * Stefano Babic, DENX Software Engineering, <sbabic@denx.de> |
Googler | 40bc9d0 | 2023-12-15 16:42:49 +0800 | [diff] [blame^] | 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0+ |
Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | |
| 9 | #ifndef __ASM_ARCH_MX25_GPIO_H |
| 10 | #define __ASM_ARCH_MX25_GPIO_H |
| 11 | |
Googler | 40bc9d0 | 2023-12-15 16:42:49 +0800 | [diff] [blame^] | 12 | #include <asm/imx-common/gpio.h> |
Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 13 | |
| 14 | #endif |