Subversion Repositories HelenOS

Rev

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

Rev 1838 Rev 1841
Line 32... Line 32...
32
/**
32
/**
33
 * @file
33
 * @file
34
 * @brief   Scan codes for pc keyboards.
34
 * @brief   Scan codes for pc keyboards.
35
 */
35
 */
36
 
36
 
37
#ifndef KERN_I8042_PC_H_
37
#ifndef KERN_SCANC_PC_H_
38
#define KERN_I8042_PC_H_
38
#define KERN_SCANC_PC_H_
39
 
39
 
40
#define SC_ESC      0x01
40
#define SC_ESC      0x01
41
#define SC_BACKSPACE    0x0e
41
#define SC_BACKSPACE    0x0e
42
#define SC_LSHIFT       0x2a
42
#define SC_LSHIFT       0x2a
43
#define SC_RSHIFT       0x36
43
#define SC_RSHIFT       0x36