Espresso 0.0.2a
This commit is contained in:
8
include/kernel/kshell.h
Normal file
8
include/kernel/kshell.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _KERNEL_SHELL_H
|
||||
#define _KERNEL_SHELL_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
int kshell_start(int argc, char** argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user