ref: 7feab4dc5913c8d072d57e9cc7cc7b3815037fe8
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);