summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-06-24 01:21:08 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-24 09:07:06 +0200
commitfe2137cfd6229a6f7083378e371c561298971034 (patch)
tree0a98e85e07c5e533c57732fa05ffe964fd026030 /arch/mips
parenteb58282ee448d1fb7b92a35f2e4eaf9607b8e8fe (diff)
downloadbarebox-fe2137cfd6229a6f7083378e371c561298971034.tar.gz
barebox-fe2137cfd6229a6f7083378e371c561298971034.tar.xz
MIPS: add <asm/gpio.h> header file
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/gpio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/gpio.h b/arch/mips/include/asm/gpio.h
new file mode 100644
index 0000000000..41a9589f84
--- /dev/null
+++ b/arch/mips/include/asm/gpio.h
@@ -0,0 +1,6 @@
+#ifndef _ARCH_MIPS_GPIO_H
+#define _ARCH_MIPS_GPIO_H
+
+#include <asm-generic/gpio.h>
+
+#endif /* _ARCH_MIPS_GPIO_H */