nand_fill_oob(9)
NAME
nand_fill_oob - [Internal] Transfer client buffer to oob
SYNOPSIS
uint8_t * nand_fill_oob(struct nand_chip * chip, uint8_t * oob,
struct mtd_oob_ops * ops);
ARGUMENTS
- chip
- nand chip structure
- oob
- oob data buffer
- ops
- oob ops structure
AUTHOR
- Thomas Gleixner <tglx@linutronix.de>
- Author.