shell: add commands for ftl and mufs

This commit is contained in:
S.J.R. van Schaik 2017-05-19 19:02:03 +02:00
parent 8714c04f2e
commit ff0b94789e
5 changed files with 155 additions and 8 deletions

View file

@ -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);