NAND_READ_ECC

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

nand_read_ecc - [MTD Interface] MTD compability function for nand_do_read_ecc  

SYNOPSIS

"SYNOPSIS"

int nand_read_ecc (struct mtd_info * mtd, loff_t from, size_t len, size_t * retlen, u_char * buf, u_char * oob_buf, struct nand_oobinfo * oobsel);  

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
oob_buf
filesystem supplied oob data buffer
oobsel
oob selection structure
 

DESCRIPTION

This function simply calls nand_do_read_ecc with flags = 0xff


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:31 GMT, October 09, 2005