提交 b77d95c7 编写于 作者: D David Woodhouse

[MTD NAND] Provide prototype for newly-exported nand_wait_ready()

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 96632656
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册