nand_do_read_oob

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

nand_do_read_oob - [Intern] NAND read out-of-band

SYNOPSIS

int nand_do_read_oob(struct mtd_info * mtd, loff_t from, struct mtd_oob_ops * ops);

ARGUMENTS

mtd

MTD device structure

from

offset to read from

ops

oob operations description structure

DESCRIPTION

NAND read out-of-band data from the spare area

AUTHOR

Thomas Gleixner <tglx@linutronix.de>

Author.