9 lines
118 B
C
9 lines
118 B
C
#ifndef _KERNEL_SHELL_H
|
|
#define _KERNEL_SHELL_H
|
|
|
|
#include <types.h>
|
|
|
|
int kshell_start(int argc, char** argv);
|
|
|
|
#endif
|