1. NAME

nand_scan_tail - [NAND Interface] Scan for the NAND device

2. SYNOPSIS

int nand_scan_tail(struct mtd_info *  mtd );

3. ARGUMENTS

mtd
    MTD device structure

4. DESCRIPTION

This is the second phase of the normal nand_scan function. It fills out all the uninitialized function pointers with the defaults and scans for a bad block table if appropriate.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT