aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/include/asm/arch-mx35/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-mx35/gpio.h')
-rw-r--r--roms/u-boot/arch/arm/include/asm/arch-mx35/gpio.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-mx35/gpio.h b/roms/u-boot/arch/arm/include/asm/arch-mx35/gpio.h
new file mode 100644
index 00000000..f3572a40
--- /dev/null
+++ b/roms/u-boot/arch/arm/include/asm/arch-mx35/gpio.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2011
+ * Stefano Babic, DENX Software Engineering, <sbabic@denx.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+
+#ifndef __ASM_ARCH_MX35_GPIO_H
+#define __ASM_ARCH_MX35_GPIO_H
+
+#include <asm/imx-common/gpio.h>
+
+#endif