struct nand_oobinfo {
  uint32_t useecc;
  uint32_t eccbytes;
  uint32_t oobfree[8][2];
  uint32_t eccpos[32];
};