aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h')
-rw-r--r--roms/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h b/roms/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h
new file mode 100644
index 000000000..bffecf9bd
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2018 Cisco Systems, Inc.
+ *
+ * Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
+ */
+
+#ifndef _BCMSTB_GPIO_H
+#define _BCMSTB_GPIO_H
+
+#endif /* _BCMSTB_GPIO_H */