1. NAME

verify_bbt_descr - verify the bad block description

2. SYNOPSIS

void verify_bbt_descr(struct mtd_info *  mtd , struct nand_bbt_descr *  bd );

3. ARGUMENTS

mtd
    MTD device structure

bd
    the table to verify

4. DESCRIPTION

This functions performs a few sanity checks on the bad block description table.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT