Rev 3923 | Rev 3969 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3923 | Rev 3933 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | #define KBD_MS_RIGHT 1026 |
44 | #define KBD_MS_RIGHT 1026 |
| 45 | #define KBD_MS_MIDDLE 1027 |
45 | #define KBD_MS_MIDDLE 1027 |
| 46 | #define KBD_MS_MOVE 1028 |
46 | #define KBD_MS_MOVE 1028 |
| 47 | 47 | ||
| 48 | extern void kbd_push_scancode(int); |
48 | extern void kbd_push_scancode(int); |
| 49 | extern void kbd_push_ev(int, unsigned int, unsigned int); |
49 | extern void kbd_push_ev(int, unsigned int); |
| 50 | 50 | ||
| 51 | #endif |
51 | #endif |
| 52 | 52 | ||
| 53 | /** |
53 | /** |
| 54 | * @} |
54 | * @} |