···3535/* Free resources held by the NAND device */3636extern void nand_release (struct mtd_info *mtd);37373838+/* Internal helper for board drivers which need to override command function */3939+extern void nand_wait_ready(struct mtd_info *mtd);4040+3841/* The maximum number of NAND chips in an array */3942#define NAND_MAX_CHIPS 84043