From 1055ac73ccd3b276fe7cb0e8649acf3b0e4abaa1 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 14 Oct 2024 23:08:12 +0200 Subject: [PATCH] Mon 14 Oct 23:06:38 CEST 2024 --- kernel/kshell.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kernel/kshell.h diff --git a/kernel/kshell.h b/kernel/kshell.h new file mode 100644 index 0000000..56cafd0 --- /dev/null +++ b/kernel/kshell.h @@ -0,0 +1,12 @@ +/* +Copyright (C) 2016-2019 The University of Notre Dame +This software is distributed under the GNU General Public License. +See the file LICENSE for details. +*/ + +#ifndef KSHELL_H +#define KSHELL_H + +int kshell_launch(); + +#endif