aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/gpio.h')
-rw-r--r--include/asm-arm/gpio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm/gpio.h b/include/asm-arm/gpio.h
new file mode 100644
index 00000000000..fff4f800ee4
--- /dev/null
+++ b/include/asm-arm/gpio.h
@@ -0,0 +1,7 @@
+#ifndef _ARCH_ARM_GPIO_H
+#define _ARCH_ARM_GPIO_H
+
+/* not all ARM platforms necessarily support this API ... */
+#include <asm/arch/gpio.h>
+
+#endif /* _ARCH_ARM_GPIO_H */