Subversion Repositories HelenOS

Rev

Rev 3661 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3661 Rev 3880
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef KERN_ia64_KBD_H_
35
#ifndef KERN_ia64_KBD_H_
36
#define KERN_ia64_KBD_H_
36
#define KERN_ia64_KBD_H_
37
 
37
 
38
 
-
 
39
#define KBD_UNKNOWN 0
38
#define KBD_UNKNOWN  0
40
#define KBD_SKI 1
39
#define KBD_SKI      1
41
#define KBD_LEGACY 2
40
#define KBD_LEGACY   2
42
#define KBD_NS16550 3
41
#define KBD_NS16550  3
43
 
-
 
44
 
42
 
45
#endif
43
#endif
46
 
44
 
47
/** @}
45
/** @}
48
 */
46
 */