ref: 00b4628de66236f95e56919391ce3cf65fdbf23f
dir: /sys/src/9/port/nandecc.h/
typedef enum NandEccError {
NandEccErrorBad,
NandEccErrorGood,
NandEccErrorOneBit,
NandEccErrorOneBitInEcc,
} NandEccError;
ulong nandecc(uchar buf[256]);
NandEccError nandecccorrect(uchar buf[256], ulong calcecc, ulong *storedecc,
int reportbad);