OrionLibC
Barry keyboard/Mouse driver headers 2e2f919 (2 years, 2 months ago)#ifndef _SYS_KBD_H #define _SYS_KBD_H /* Structure for the keyboard input */ typedef struct KeyInput { unsigned char key; } KeyInput; #endif
#ifndef _SYS_KBD_H #define _SYS_KBD_H /* Structure for the keyboard input */ typedef struct KeyInput { unsigned char key; } KeyInput; #endif