nand_read_oob

Name

nand_read_oob --  [MTD Interface] NAND read out-of-band

Synopsis

int nand_read_oob (struct mtd_info * mtd, loff_t from, size_t len, size_t * retlen, u_char * buf);

Arguments

mtd

MTD device structure

from

offset to read from

len

number of bytes to read

retlen

pointer to variable to store the number of read bytes

buf

the databuffer to put data

Description

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