Nucleus
Barry System headers (remove libc dependency) 18495cf (3 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