commit | 096633358c907d9b50b00caf989816c2edfefe24 | [log] [tgz] |
---|---|---|
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | Tue May 22 00:05:58 2007 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 10 17:32:55 2007 +0100 |
tree | c4d80a1a7f5e704491f0917565ebc772dff1ff41 | |
parent | 4679258d52f6d4aeeafd5c77203d97ddf48e2db0 [diff] [blame] |
[MIPS] Add generic GPIO support Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/gpio.h b/include/asm-mips/gpio.h new file mode 100644 index 0000000..06e46fa --- /dev/null +++ b/include/asm-mips/gpio.h
@@ -0,0 +1,6 @@ +#ifndef __ASM_MIPS_GPIO_H +#define __ASM_MIPS_GPIO_H + +#include <gpio.h> + +#endif /* __ASM_MIPS_GPIO_H */