flash_unlock at the beginning

This commit is contained in:
NIIBE Yutaka
2011-05-16 10:14:09 +09:00
parent 2d07cd6f0d
commit c620b73202
4 changed files with 6 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ enum kind_of_key {
GPG_KEY_FOR_AUTHENTICATION,
};
extern void flash_unlock (void);
extern const uint8_t *flash_init (void);
extern void flash_do_release (const uint8_t *);
extern const uint8_t *flash_do_write (uint8_t nr, const uint8_t *data, int len);