nand_fill_oob (9) Linux Manual Page
nand_fill_oob – [INTERN] Transfer client buffer to oob
Synopsis
- uint8_t * nand_fill_oob(struct mtd_info
* mtd, uint8_t* oob, size_tlen, struct mtd_oob_ops * ops);
Arguments
mtd
-
- MTD device structure
oob
- oob data buffer
len
- oob data write length
ops
- oob ops structure
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
