Subversion Repositories HelenOS-historic

Rev

Rev 1365 | Rev 1445 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1365 Rev 1392
Line 34... Line 34...
34
#include <ipc/ns.h>
34
#include <ipc/ns.h>
35
#include <errno.h>
35
#include <errno.h>
36
#include <arch/kbd.h>
36
#include <arch/kbd.h>
37
#include <kbd.h>
37
#include <kbd.h>
38
#include <key_buffer.h>
38
#include <key_buffer.h>
39
#include <fifo.h>
39
#include <libadt/fifo.h>
40
 
40
 
41
#define NAME "KBD"
41
#define NAME "KBD"
42
 
42
 
43
#define KBD_REQUEST_MAX 32 /**< Maximum requests buffered until keypress */
43
#define KBD_REQUEST_MAX 32 /**< Maximum requests buffered until keypress */
44
 
44