summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-06-08 08:07:14 +0000
committerJohn Crispin <john@openwrt.org>2008-06-08 08:07:14 +0000
commitb3331b3d034e64d6ad70b61c3f3819cb5029033d (patch)
treea32d3767edc757899184c4becf4f3d975a05e2ea /target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h
parent2fdfd541da1e7f4c038c650ee15f14e7dd9de380 (diff)
downloadmaster-31e0f0ae-b3331b3d034e64d6ad70b61c3f3819cb5029033d.tar.gz
master-31e0f0ae-b3331b3d034e64d6ad70b61c3f3819cb5029033d.tar.bz2
master-31e0f0ae-b3331b3d034e64d6ad70b61c3f3819cb5029033d.zip
adds gpiodev support to ifxmips
SVN-Revision: 11405
Diffstat (limited to 'target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h')
-rw-r--r--target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h b/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h
index 3083b8811a..18fd49e270 100644
--- a/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h
+++ b/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/gpio.h
@@ -24,6 +24,7 @@
#define _IFXMIPS_GPIO_H_
#include <asm/ifxmips/ifxmips.h>
+#include <asm/ifxmips/ifxmips_gpio.h>
static inline int gpio_direction_input(unsigned gpio) {
ifxmips_port_set_dir_in(0, gpio);