Rev 3657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3657 | Rev 3661 | ||
---|---|---|---|
Line 34... | Line 34... | ||
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 | 38 | ||
39 | typedef enum { |
- | |
40 | KBD_UNKNOWN, |
39 | #define KBD_UNKNOWN 0 |
41 | KBD_SKI, |
40 | #define KBD_SKI 1 |
42 | KBD_LEGACY, |
41 | #define KBD_LEGACY 2 |
43 | KBD_NS16550 |
42 | #define KBD_NS16550 3 |
44 | } kbd_type_t; |
43 | |
45 | 44 | ||
46 | #endif |
45 | #endif |
47 | 46 | ||
48 | /** @} |
47 | /** @} |
49 | */ |
48 | */ |