]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/cmd_run.h
new command: boot - boot default, i.e., run 'bootcmd'
[z180-stamp.git] / include / cmd_run.h
index 4691a55f95042dd2c8df27a6d7b20f47cc51a9bf..fc8126760393f0238c696893a185d7db5237652b 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "command.h"
 
+command_ret_t do_bootd(cmd_tbl_t *, uint_fast8_t, int, char * const []);
 command_ret_t do_source(cmd_tbl_t *, uint_fast8_t, int, char * const []);
 command_ret_t do_run(cmd_tbl_t *, uint_fast8_t, int, char * const []);