nand_read_oob (9) - Linux Manuals
nand_read_oob: [MTD Interface] NAND read data and/or out-of-band
NAME
nand_read_oob - [MTD Interface] NAND read data and/or out-of-band
SYNOPSIS
-
int nand_read_oob(struct mtd_info
* mtd, loff_tfrom, struct mtd_oob_ops * ops);
ARGUMENTS
mtd
-
- MTD device structure
from
- offset to read from
ops
- oob operation description structure
DESCRIPTION
NAND read data and/or out-of-band data.
AUTHOR
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
COPYRIGHT