1. NAME

single_erase_cmd - [GENERIC] NAND standard block erase command function

2. SYNOPSIS

void single_erase_cmd(struct mtd_info *  mtd , int  page );

3. ARGUMENTS

mtd
    MTD device structure

page
    the page address of the block which will be erased

4. DESCRIPTION

Standard erase command for NAND chips.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT