mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-05-31 22:44:39 +00:00
7 lines
73 B
C
7 lines
73 B
C
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
void user_input(char *input);
|
|
|
|
#endif
|