[mtd interface] nand read data and/or out-of-band
int nand_read_oob(struct mtd_info * mtd, loff_t from, struct mtd_oob_ops * ops);
mtd
MTD device structure
from
offset to read from
ops
oob operation description structure
NAND read data and/or out-of-band data.
Thomas Gleixner <[email protected]>
Author.