Rev 606 | Rev 895 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 606 | Rev 894 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __I8042_H__ |
29 | #ifndef __I8042_H__ |
30 | #define __I8042_H__ |
30 | #define __I8042_H__ |
31 | 31 | ||
32 | #include <arch/types.h> |
- | |
33 | - | ||
34 | /** Scancodes. */ |
32 | /** Scancodes. */ |
35 | #define SC_ESC 0x01 |
33 | #define SC_ESC 0x01 |
36 | #define SC_BACKSPACE 0x0e |
34 | #define SC_BACKSPACE 0x0e |
37 | #define SC_LSHIFT 0x2a |
35 | #define SC_LSHIFT 0x2a |
38 | #define SC_RSHIFT 0x36 |
36 | #define SC_RSHIFT 0x36 |