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