.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NAND_READ_RAW" "9" "09 October 2005" "" "" .SH NAME nand_read_raw \- [GENERIC] Read raw data including oob into buffer .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int nand_read_raw (struct mtd_info * \fImtd\fB, uint8_t * \fIbuf\fB, loff_t \fIfrom\fB, size_t \fIlen\fB, size_t \fIooblen\fB); \fR .SH "ARGUMENTS" .TP \fB\fImtd\fB\fR MTD device structure .TP \fB\fIbuf\fB\fR temporary buffer .TP \fB\fIfrom\fB\fR offset to read from .TP \fB\fIlen\fB\fR number of bytes to read .TP \fB\fIooblen\fB\fR number of oob data bytes to read .SH "DESCRIPTION" .PP Read raw data including oob into buffer