1. NAME

nand_do_read_ops - [INTERN] Read data with ECC

2. SYNOPSIS

int nand_do_read_ops(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 ops structure

4. DESCRIPTION

Internal function. Called with chip held.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT