1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2019 iceman
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
9 //-----------------------------------------------------------------------------
16 int infoLTO(bool verbose
);
17 int dumpLTO(uint8_t *dump
, bool verbose
);
18 int restoreLTO(uint8_t *dump
, bool verbose
);
19 int rdblLTO(uint8_t st_blk
, uint8_t end_blk
, bool verbose
);
20 int wrblLTO(uint8_t blk
, uint8_t *data
, bool verbose
);
21 int CmdHFLTO(const char *Cmd
);