1. NAME

nand_unlock - [REPLACEABLE] unlocks specified locked blocks

2. SYNOPSIS

int nand_unlock(struct mtd_info *  mtd , loff_t  ofs , uint64_t  len );

3. ARGUMENTS

mtd
    mtd info

ofs
    offset to start unlock from

len
    length to unlock

4. DESCRIPTION

Returns unlock status.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT