aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h')
-rw-r--r--roms/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h b/roms/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h
new file mode 100644
index 000000000..542a5fc3e
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2015 Xilinx, Inc.
+ */
+
+#ifndef __ARCH_ZYNQMP_GPIO_H
+#define __ARCH_ZYNQMP_GPIO_H
+
+/* Empty file - sdhci requires this. */
+
+#endif