[nand interface] check if a block is bad
int nand_isbad_bbt(struct mtd_info * mtd, loff_t offs, int allowbbt);
mtd
MTD device structure
offs
offset in the device
allowbbt
allow access to bad block table region
Thomas Gleixner <[email protected]>
Author.