[intern] transfer oob to client buffer
uint8_t * nand_transfer_oob(struct nand_chip * chip, uint8_t * oob, struct mtd_oob_ops * ops, size_t len);
chip
nand chip structure
oob
oob destination address
ops
oob ops structure
len
size of oob to transfer
Thomas Gleixner <[email protected]>
Author.