OrionLibC
Barry keyboard/Mouse driver headers 2e2f919 (3 years, 3 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