mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 21, keyboard input and shell
This commit is contained in:
6
21-shell/kernel/kernel.h
Normal file
6
21-shell/kernel/kernel.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef KERNEL_H
|
||||
#define KERNEL_H
|
||||
|
||||
void user_input(char *input);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user