BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / blob / 99d3ce8c89383289c5183f690345c2621e7bbd48 / include / sys / kbd.h

// Related

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