1. NAME

nand_isbad_bbt - [NAND Interface] Check if a block is bad

2. SYNOPSIS

int nand_isbad_bbt(struct mtd_info *  mtd , loff_t  offs , int  allowbbt );

3. ARGUMENTS

mtd
    MTD device structure

offs
    offset in the device

allowbbt
    allow access to bad block table region

4. AUTHOR

Thomas Gleixner <>
    Author.

5. COPYRIGHT