1. NAME

nand_update_bbt - [NAND Interface] update bad block table(s)

2. SYNOPSIS

int nand_update_bbt(struct mtd_info *  mtd , loff_t  offs );

3. ARGUMENTS

mtd
    MTD device structure

offs
    the offset of the newly marked block

4. DESCRIPTION

The function updates the bad block table(s).

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT