shell: add commands for ftl and mufs
This commit is contained in:
parent
8714c04f2e
commit
ff0b94789e
5 changed files with 155 additions and 8 deletions
|
@ -6,7 +6,8 @@ struct cmd {
|
|||
};
|
||||
|
||||
void do_flash_cmd(const char *line);
|
||||
void do_part_cmd(const char *line);
|
||||
void do_ftl_cmd(const char *line);
|
||||
void do_mufs_cmd(const char *line);
|
||||
|
||||
void cmd_exec(struct cmd *cmds, const char *line);
|
||||
void cmd_loop(const char *s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue