Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4153 | Rev 4581 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | * @file |
34 | * @file |
35 | * @brief GXEmul framebuffer-mode keyboard controller driver. |
35 | * @brief GXEmul framebuffer-mode keyboard controller driver. |
36 | */ |
36 | */ |
37 | 37 | ||
38 | #include <kbd.h> |
38 | #include <kbd.h> |
39 | #include <kbd/kbd.h> |
39 | #include <io/console.h> |
40 | #include <kbd/keycode.h> |
40 | #include <io/keycode.h> |
41 | #include <kbd_ctl.h> |
41 | #include <kbd_ctl.h> |
42 | #include <gsp.h> |
42 | #include <gsp.h> |
43 | #include <stroke.h> |
43 | #include <stroke.h> |
44 | 44 | ||
45 | /** Scancode parser */ |
45 | /** Scancode parser */ |