1. NAME

nand_erase_nand - [INTERN] erase block(s)

2. SYNOPSIS

int nand_erase_nand(struct mtd_info *  mtd , struct erase_info *  instr , int  allowbbt );

3. ARGUMENTS

mtd
    MTD device structure

instr
    erase instruction

allowbbt
    allow erasing the bbt area

4. DESCRIPTION

Erase one ore more blocks.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT