1. NAME

nand_read_oob - [MTD Interface] NAND read data and/or out-of-band

2. SYNOPSIS

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

3. ARGUMENTS

mtd
    MTD device structure

from
    offset to read from

ops
    oob operation description structure

4. DESCRIPTION

NAND read data and/or out-of-band data.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT