#ifndef _SYS_KBD_H #define _SYS_KBD_H /* Structure for the keyboard input */ typedef struct KeyInput { unsigned char key; } KeyInput; #endif