Subversion Repositories HelenOS

Rev

Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4377 Rev 4692
Line 34... Line 34...
34
 * @file
34
 * @file
35
 * @brief   Serial TTY-like keyboard controller driver.
35
 * @brief   Serial TTY-like keyboard controller driver.
36
 */
36
 */
37
 
37
 
38
#include <kbd.h>
38
#include <kbd.h>
39
#include <kbd/kbd.h>
-
 
40
#include <kbd/keycode.h>
39
#include <io/keycode.h>
41
#include <kbd_ctl.h>
40
#include <kbd_ctl.h>
42
#include <gsp.h>
41
#include <gsp.h>
43
#include <stroke.h>
42
#include <stroke.h>
44
 
43
 
45
/** Scancode parser */
44
/** Scancode parser */