aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa/reset.h
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-07-29 14:08:14 +0800
committerEric Miao <eric.miao@marvell.com>2008-08-05 09:25:19 +0800
commitab277121426edca2ee0601fc6318c9467350771e (patch)
tree105f3a8042214e859c78801030fb3c305ac5b849 /include/asm-arm/arch-pxa/reset.h
parentMerge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 (diff)
downloadlinux-dev-ab277121426edca2ee0601fc6318c9467350771e.tar.xz
linux-dev-ab277121426edca2ee0601fc6318c9467350771e.zip
[ARM] pxa: introduce reset.h for reset specific header information
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to '')
-rw-r--r--include/asm-arm/arch-pxa/reset.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/reset.h b/include/asm-arm/arch-pxa/reset.h
new file mode 100644
index 000000000000..6ca72c5cf7db
--- /dev/null
+++ b/include/asm-arm/arch-pxa/reset.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_ARCH_RESET_H
+#define __ASM_ARCH_RESET_H
+
+/*
+ * register GPIO as reset generator
+ */
+extern int init_gpio_reset(int gpio);
+
+#endif /* __ASM_ARCH_RESET_H */