Subversion Repositories HelenOS

Rev

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

Rev 3343 Rev 3593
Line 37... Line 37...
37
#include <genarch/kbd/key.h>
37
#include <genarch/kbd/key.h>
38
#include <genarch/kbd/scanc.h>
38
#include <genarch/kbd/scanc.h>
39
#ifdef CONFIG_I8042
39
#ifdef CONFIG_I8042
40
#include <genarch/kbd/scanc_pc.h>
40
#include <genarch/kbd/scanc_pc.h>
41
#endif
41
#endif
-
 
42
 
-
 
43
#if (defined(sparc64))
42
#if (defined(CONFIG_Z8530) || defined(CONFIG_NS16550))
44
#if (defined(CONFIG_Z8530) || defined(CONFIG_NS16550))
43
#include <genarch/kbd/scanc_sun.h>
45
#include <genarch/kbd/scanc_sun.h>
44
#endif
46
#endif
-
 
47
#endif
-
 
48
 
45
#include <synch/spinlock.h>
49
#include <synch/spinlock.h>
46
#include <console/chardev.h>
50
#include <console/chardev.h>
47
#include <macros.h>
51
#include <macros.h>
48
 
52
 
49
#define PRESSED_SHIFT       (1<<0)
53
#define PRESSED_SHIFT       (1<<0)