aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa/reset.h
diff options
context:
space:
mode:
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 */