1. NAME

nand_block_bad - [DEFAULT] Read bad block marker from the chip

2. SYNOPSIS

int nand_block_bad(struct mtd_info *  mtd , loff_t  ofs , int  getchip );

3. ARGUMENTS

mtd
    MTD device structure

ofs
    offset from device start

getchip
    0, if the chip is already selected

4. DESCRIPTION

Check, if the block is bad.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT