cfenollosa_os-tutorial/21-shell/kernel/kernel.h
2015-03-20 19:20:44 +01:00

7 lines
73 B
C

#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif