added hf lto restore and fix filename for dump
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user