1. NAME

__nand_unlock - [REPLACEABLE] unlocks specified locked blocks

2. SYNOPSIS

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

3. ARGUMENTS

mtd
    mtd info

ofs
    offset to start unlock from

len
    length to unlock

invert
    when = 0, unlock the range of blocks within the lower and upper boundary address when = 1, unlock the range of blocks outside the boundaries of the lower and upper boundary address

4. DESCRIPTION

Returs unlock status.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT