1. NAME

read_bbt - [GENERIC] Read the bad block table starting from page

2. SYNOPSIS

int read_bbt(struct mtd_info *  mtd , uint8_t *  buf , int  page , int  num , struct nand_bbt_descr *  td , int  offs );

3. ARGUMENTS

mtd
    MTD device structure

buf
    temporary buffer

page
    the starting page

num
    the number of bbt descriptors to read

td
    the bbt describtion table

offs
    offset in the memory table

4. DESCRIPTION

Read the bad block table starting from page.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT