1MARK_BBT_REGION(9) Internal Functions Provided MARK_BBT_REGION(9)
2
3
4
6 mark_bbt_region - [GENERIC] mark the bad block table regions
7
9 void mark_bbt_region(struct mtd_info * mtd,
10 struct nand_bbt_descr * td);
11
13 mtd
14 MTD device structure
15
16 td
17 bad block table descriptor
18
20 The bad block table regions are marked as “bad” to prevent accidental
21 erasures / writes. The regions are identified by the mark 0x02.
22
24 Thomas Gleixner <tglx@linutronix.de>
25 Author.
26
28Kernel Hackers Manual 2.6. November 2011 MARK_BBT_REGION(9)