[intern] nand read out-of-band
int nand_do_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 operations description structure
NAND read out-of-band data from the spare area.
Thomas Gleixner <[email protected]>
Author.