Added very basic interactive shell.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef __SHELL_H
|
||||
#define __SHELL_H
|
||||
|
||||
void run_shell();
|
||||
void key_pressed(unsigned char* character);
|
||||
void execmd();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user