NAND_WRITE_OOB

Section: Internal Functions Provided (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

nand_write_oob - [MTD Interface] NAND write data and/or out-of-band  

SYNOPSIS

int nand_write_oob(struct mtd_info * mtd, loff_t to, struct mtd_oob_ops * ops);
 

ARGUMENTS

mtd

MTD device structure

to

offset to write to

ops

oob operation description structure
 

AUTHOR

Thomas Gleixner <tglx@linutronix.de>

Author.
 

COPYRIGHT