[intern] transfer client buffer to oob
uint8_t * nand_fill_oob(struct mtd_info * mtd, uint8_t * oob, size_t len, struct mtd_oob_ops * ops);
mtd
MTD device structure
oob
oob data buffer
len
oob data write length
ops
oob ops structure
Thomas Gleixner <[email protected]>
Author.