[MTD NAND] Provide prototype for newly-exported nand_wait_ready()
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Sep 25 16:59:01 EDT 2006
Commit: b77d95c78fb0ec330cd53e0d297ffa4fd2975e32
Parent: 9663265626fd683faa3f7a994bb6db073581807e
commit b77d95c78fb0ec330cd53e0d297ffa4fd2975e32
Author: David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Mon Sep 25 21:58:50 2006 +0100
Commit: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Mon Sep 25 21:58:50 2006 +0100
[MTD NAND] Provide prototype for newly-exported nand_wait_ready()
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
include/linux/mtd/nand.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 2bcbcc8..70420bb 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -35,6 +35,9 @@ extern int nand_scan_tail(struct mtd_inf
/* 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
More information about the linux-mtd-cvs
mailing list