diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-mx31/gpio.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-mx31/gpio.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-mx31/gpio.h b/roms/u-boot/arch/arm/include/asm/arch-mx31/gpio.h new file mode 100644 index 000000000..45e9fc619 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-mx31/gpio.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2011 + * Stefano Babic, DENX Software Engineering, <sbabic@denx.de> + */ + + +#ifndef __ASM_ARCH_MX31_GPIO_H +#define __ASM_ARCH_MX31_GPIO_H + +#include <asm/mach-imx/gpio.h> + +#endif |