]> err.no Git - linux-2.6/blobdiff - include/linux/mtd/nand.h
[PATCH] MTD: fix last kernel-doc warning
[linux-2.6] / include / linux / mtd / nand.h
index 2bcbcc896835c53b752df6f2d486006b2162b25d..8b3ef418721980542adccfb4feb8cc63f82410af 100644 (file)
@@ -35,6 +35,9 @@ extern int nand_scan_tail(struct mtd_info *mtd);
 /* Free resources held by the NAND device */
 extern void nand_release (struct mtd_info *mtd);
 
+/* Internal helper for board drivers which need to override command function */
+extern void nand_wait_ready(struct mtd_info *mtd);
+
 /* The maximum number of NAND chips in an array */
 #define NAND_MAX_CHIPS         8
 
@@ -352,7 +355,7 @@ struct nand_buffers {
  * @priv:              [OPTIONAL] pointer to private chip date
  * @errstat:           [OPTIONAL] hardware specific function to perform additional error status checks
  *                     (determine if errors are correctable)
- * @write_page         [REPLACEABLE] High-level page write function
+ * @write_page:                [REPLACEABLE] High-level page write function
  */
 
 struct nand_chip {