From 734da5ae528b1e61e9701d70bfe7034a20bb61f2 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 27 Jul 2022 00:16:11 +0200 Subject: user: cleanup init and the shell's code --- src/user/app/shell/builtins.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/user/app/shell/builtins.h (limited to 'src/user/app/shell/builtins.h') diff --git a/src/user/app/shell/builtins.h b/src/user/app/shell/builtins.h new file mode 100644 index 0000000..bb52cef --- /dev/null +++ b/src/user/app/shell/builtins.h @@ -0,0 +1,7 @@ +#pragma once +#include +#include + +void cmd_cat_ls(const char *args, bool ls); +void cmd_hexdump(const char *args); +void cmd_touch(const char *args); -- cgit v1.2.3