mark_bbt_region

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

mark_bbt_region - [GENERIC] mark the bad block table regions

SYNOPSIS

void mark_bbt_region(struct mtd_info * mtd, struct nand_bbt_descr * td);

ARGUMENTS

mtd

MTD device structure

td

bad block table descriptor

DESCRIPTION

The bad block table regions are marked as lqbadrq to prevent accidental erasures / writes. The regions are identified by the mark 0x02.

AUTHOR

Thomas Gleixner <tglx@linutronix.de>

Author.