NAND_FILL_OOB
Section: Internal Functions Provided (9)
Updated: February 2011
Index
Return to Main Contents
NAME
nand_fill_oob - [Internal] Transfer client buffer to oob
SYNOPSIS
-
uint8_t * nand_fill_oob(struct nand_chip * chip, uint8_t * oob, size_t len, struct mtd_oob_ops * ops);
ARGUMENTS
chip
-
- nand chip structure
oob
-
oob data buffer
len
-
oob data write length
ops
-
oob ops structure
AUTHOR
Thomas Gleixner <tglx@linutronix.de>
-
Author.
COPYRIGHT