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 sun keyboards.
34
 * @brief   Scan codes for sun keyboards.
35
 */
35
 */
36
 
36
 
37
#ifndef KERN_I8042_SUN_H_
37
#ifndef KERN_SCANC_SUN_H_
38
#define KERN_I8042_SUN_H_
38
#define KERN_SCANC_SUN_H_
39
 
39
 
40
#define SC_ESC      0x1d
40
#define SC_ESC      0x1d
41
#define SC_BACKSPACE    0x2b
41
#define SC_BACKSPACE    0x2b
42
#define SC_LSHIFT       0x63
42
#define SC_LSHIFT       0x63
43
#define SC_RSHIFT       0x6e
43
#define SC_RSHIFT       0x6e