added hf lto restore and fix filename for dump

This commit is contained in:
Kevin-Nakamoto 2020-02-06 13:38:58 -05:00
commit 7116895654
3 changed files with 127 additions and 11 deletions

View file

@ -14,7 +14,8 @@
#include "common.h"
int infoLTO(bool verbose);
int dumpLTO(uint8_t *serial_number, uint8_t serial_len, uint8_t *dump, bool verbose);
int dumpLTO(uint8_t *dump, bool verbose);
int restoreLTO(uint8_t *dump, bool verbose);
int rdblLTO(uint8_t st_blk, uint8_t end_blk, bool verbose);
int wrblLTO(uint8_t blk, uint8_t *data, bool verbose);
int CmdHFLTO(const char *Cmd);