Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 35... Line 35...
35
 
35
 
36
#ifndef KERN_KEY_H_
36
#ifndef KERN_KEY_H_
37
#define KERN_KEY_H_
37
#define KERN_KEY_H_
38
 
38
 
39
#include <arch/types.h>
39
#include <arch/types.h>
40
#include <typedefs.h>
40
#include <console/chardev.h>
41
 
41
 
42
#define KEY_RELEASE     0x80
42
#define KEY_RELEASE     0x80
43
 
43
 
44
extern chardev_t kbrd;
44
extern chardev_t kbrd;
45
 
45