Go to the source code of this file.
Defines | |
| #define | SC_ESC 0x01 |
| #define | SC_BACKSPACE 0x0e |
| #define | SC_LSHIFT 0x2a |
| #define | SC_RSHIFT 0x36 |
| #define | SC_CAPSLOCK 0x3a |
| #define | SC_SPEC_ESCAPE 0xe0 |
| #define | SC_LEFTARR 0x4b |
| #define | SC_RIGHTARR 0x4d |
| #define | SC_UPARR 0x48 |
| #define | SC_DOWNARR 0x50 |
| #define | SC_DELETE 0x53 |
| #define | SC_HOME 0x47 |
| #define | SC_END 0x4f |
Functions | |
| void | i8042_init (void) |
| void | i8042_poll (void) |
| void | i8042_grab (void) |
| void | i8042_release (void) |
Definition in file i8042.h.
1.4.6