cfenollosa_os-tutorial/21-shell/kernel/kernel.h

7 lines
73 B
C
Raw Normal View History

2015-03-20 18:20:44 +00:00
#ifndef KERNEL_H
#define KERNEL_H
void user_input(char *input);
#endif