aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-09-25 21:58:50 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-09-25 21:58:50 +0100
commitb77d95c78fb0ec330cd53e0d297ffa4fd2975e32 (patch)
tree2cc5dc65222afbfc8639f5b6443874f784a643a8 /include/linux/mtd
parent[MTD] Remove #ifndef __KERNEL__ hack in <mtd/mtd-abi.h> (diff)
downloadlinux-dev-b77d95c78fb0ec330cd53e0d297ffa4fd2975e32.tar.xz
linux-dev-b77d95c78fb0ec330cd53e0d297ffa4fd2975e32.zip
[MTD NAND] Provide prototype for newly-exported nand_wait_ready()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/nand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 2bcbcc896835..70420bbae82b 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -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