From 9f3fdb830f61cd8c8c1f1db9d03cba1c546c1a7e Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 24 Jul 2022 15:07:57 +0200 Subject: user: change the directory structure to prepare for multiple binaries --- src/user/app/init/shell.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/user/app/init/shell.h (limited to 'src/user/app/init/shell.h') diff --git a/src/user/app/init/shell.h b/src/user/app/init/shell.h new file mode 100644 index 0000000..fb27410 --- /dev/null +++ b/src/user/app/init/shell.h @@ -0,0 +1,3 @@ +#pragma once + +void shell_loop(void); -- cgit v1.2.3