[nand interface] calculate 3-byte ecc for 256/512-byte block
int nand_calculate_ecc(struct mtd_info * mtd, const unsigned char * buf, unsigned char * code);
mtd
MTD block structure
buf
input buffer with raw data
code
output buffer with ECC
Thomas Gleixner <[email protected]>
Author.