Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/miscutils/flash_lock_unlock.c

    r2725 r3232  
    44 * Licensed under GPLv2, see file LICENSE in this source tree.
    55 */
     6
     7//usage:#define flash_lock_trivial_usage
     8//usage:       "MTD_DEVICE OFFSET SECTORS"
     9//usage:#define flash_lock_full_usage "\n\n"
     10//usage:       "Lock part or all of an MTD device. If SECTORS is -1, then all sectors\n"
     11//usage:       "will be locked, regardless of the value of OFFSET"
     12//usage:
     13//usage:#define flash_unlock_trivial_usage
     14//usage:       "MTD_DEVICE"
     15//usage:#define flash_unlock_full_usage "\n\n"
     16//usage:       "Unlock an MTD device"
     17
    618#include "libbb.h"
    719#include <mtd/mtd-user.h>
Note: See TracChangeset for help on using the changeset viewer.