Mon 14 Oct 23:06:38 CEST 2024
This commit is contained in:
parent
33ccfd0c2f
commit
1055ac73cc
12
kernel/kshell.h
Normal file
12
kernel/kshell.h
Normal file
|
@ -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
|
Loading…
Reference in New Issue
Block a user