7 lines
82 B
C
7 lines
82 B
C
#ifndef _KERNEL_SHELL_H
|
|
#define _KERNEL_SHELL_H
|
|
|
|
void kshell_start(void);
|
|
|
|
#endif
|