summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/gpio.h')
-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 */