File: flash_lock.c

package info (click to toggle)
mtd-utils 1%3A2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,032 kB
  • ctags: 3,577
  • sloc: ansic: 34,702; sh: 552; makefile: 49
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
/*
 * flash_{lock,unlock}
 *
 * utilities for locking/unlocking sectors of flash devices
 */

#define PROGRAM_NAME "flash_lock"
#include "flash_unlock.c"