1. NAME

nand_default_bbt - [NAND Interface] Select a default bad block table for the device

2. SYNOPSIS

int nand_default_bbt(struct mtd_info *  mtd );

3. ARGUMENTS

mtd
    MTD device structure

4. DESCRIPTION

This function selects the default bad block table support for the device and calls the nand_scan_bbt function.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT