Subversion Repositories HelenOS

Rev

Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2479 Rev 2541
Line 38... Line 38...
38
#include <ipc/ipc.h>
38
#include <ipc/ipc.h>
39
#include <sysinfo.h>
39
#include <sysinfo.h>
40
#include <kbd.h>
40
#include <kbd.h>
41
#include <keys.h>
41
#include <keys.h>
42
#include <stdio.h>
42
#include <stdio.h>
43
#include <types.h>
43
#include <sys/types.h>
44
#include <genarch/kbd.h>
44
#include <genarch/kbd.h>
45
 
45
 
46
#define KBD_KEY_RELEASE     0x80
46
#define KBD_KEY_RELEASE     0x80
47
#define KBD_ALL_KEYS_UP     0x7f
47
#define KBD_ALL_KEYS_UP     0x7f
48
 
48