summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2018-08-30 09:01:40 +0200
committerLeo C2018-08-30 09:01:40 +0200
commit85d34e1026065c340e2237e1d2ab56e868be86ec (patch)
tree87c3dcfc2b7e235773d7e7ae3238e05061a63bb6 /include
parent022330eb94f180b0b626988d294ce43c2191ad61 (diff)
downloadz180-stamp-85d34e1026065c340e2237e1d2ab56e868be86ec.zip
new command: boot - boot default, i.e., run 'bootcmd'
Diffstat (limited to 'include')
-rw-r--r--include/cmd_run.h1
1 files changed, 1 insertions, 0 deletions
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 []);