X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7eecbdacec66226ebc3959411883aeaebcf9791d..1f12ca6c89dbd3e4414b9d3b997736da4df69549:/include/cmd_run.h diff --git a/include/cmd_run.h b/include/cmd_run.h index 4691a55..fc81267 100644 --- a/include/cmd_run.h +++ b/include/cmd_run.h @@ -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 []);