projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9663265
)
[MTD NAND] Provide prototype for newly-exported nand_wait_ready()
author
David Woodhouse
<dwmw2@infradead.org>
Mon, 25 Sep 2006 20:58:50 +0000
(21:58 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Mon, 25 Sep 2006 20:58:50 +0000
(21:58 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/mtd/nand.h
patch
|
blob
|
history
diff --git
a/include/linux/mtd/nand.h
b/include/linux/mtd/nand.h
index 2bcbcc896835c53b752df6f2d486006b2162b25d..70420bbae82b3b219847d0ed5f230728412a1de6 100644
(file)
--- 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