flash_lock.c 154 B

12345678
  1. /*
  2. * flash_{lock,unlock}
  3. *
  4. * utilities for locking/unlocking sectors of flash devices
  5. */
  6. #define PROGRAM_NAME "flash_lock"
  7. #include "flash_unlock.c"