]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-pxa/include/mach/reset.h
[ARM] fix kernel-doc syntax
[linux-2.6-omap-h63xx.git] / arch / arm / mach-pxa / include / mach / reset.h
index 9489a48871a88a8196deb0bb001df9be2cebadb2..31e6a7b6ad80d27f055b9ce49da0b7e036e06755 100644 (file)
 extern unsigned int reset_status;
 extern void clear_reset_status(unsigned int mask);
 
-/*
- * register GPIO as reset generator
+/**
+ * init_gpio_reset() - register GPIO as reset generator
+ * @gpio: gpio nr
+ * @output: set gpio as out/low instead of input during normal work
  */
-extern int init_gpio_reset(int gpio);
+extern int init_gpio_reset(int gpio, int output);
 
 #endif /* __ASM_ARCH_RESET_H */