summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-08 18:15:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-13 15:09:09 +0100
commit133fc03a8aac694d2d96d8e1de30467930a67bc9 (patch)
tree7130562647910d4e30e519b174d3446bcccf25fc /include
parentec945f352178470d39aa0f7c407fc4ae859b34b0 (diff)
downloadbarebox-133fc03a8aac694d2d96d8e1de30467930a67bc9.tar.gz
barebox-133fc03a8aac694d2d96d8e1de30467930a67bc9.tar.xz
commands: add new tutorial command
We have a web demo at http://barebox.org/jsbarebox and it would be nice to have a tutorial there. Add a new tutorial command that cycles through a number of tips. Tutorial will follow later. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220108171555.588426-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/complete.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/complete.h b/include/complete.h
index 75a92fc86a..b0e675b559 100644
--- a/include/complete.h
+++ b/include/complete.h
@@ -23,5 +23,6 @@ int devicetree_nodepath_complete(struct string_list *sl, char *instr);
int devicetree_complete(struct string_list *sl, char *instr);
int devicetree_file_complete(struct string_list *sl, char *instr);
int env_param_noeval_complete(struct string_list *sl, char *instr);
+int tutorial_complete(struct string_list *sl, char *instr);
#endif /* __COMPLETE_ */