nand_writev
Name
nand_writev -- [MTD Interface] compabilty function for nand_writev_ecc
Synopsis
int nand_writev (struct mtd_info * mtd, const struct kvec * vecs, unsigned long count, loff_t to, size_t * retlen);
Arguments
mtd MTD device structure
vecs the iovectors to write
count number of vectors
to offset to write to
retlen pointer to variable to store the number of written bytes
Description
NAND write with kvec. This just calls the ecc function