diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-25 16:58:50 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-25 16:58:50 -0400 |
commit | b77d95c78fb0ec330cd53e0d297ffa4fd2975e32 (patch) | |
tree | 2cc5dc65222afbfc8639f5b6443874f784a643a8 /include/linux/mtd/nand.h | |
parent | 9663265626fd683faa3f7a994bb6db073581807e (diff) |
[MTD NAND] Provide prototype for newly-exported nand_wait_ready()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r-- | 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 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); | |||
35 | /* Free resources held by the NAND device */ | 35 | /* Free resources held by the NAND device */ |
36 | extern void nand_release (struct mtd_info *mtd); | 36 | extern void nand_release (struct mtd_info *mtd); |
37 | 37 | ||
38 | /* Internal helper for board drivers which need to override command function */ | ||
39 | extern void nand_wait_ready(struct mtd_info *mtd); | ||
40 | |||
38 | /* The maximum number of NAND chips in an array */ | 41 | /* The maximum number of NAND chips in an array */ |
39 | #define NAND_MAX_CHIPS 8 | 42 | #define NAND_MAX_CHIPS 8 |
40 | 43 | ||