Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 4042 | ||
---|---|---|---|
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 | #include <genarch/kbd/scanc.h> |
37 | #include <genarch/kbrd/scanc.h> |
38 | 38 | ||
39 | /** Primary meaning of scancodes. */ |
39 | /** Primary meaning of scancodes. */ |
40 | char sc_primary_map[] = { |
40 | char sc_primary_map[] = { |
41 | SPECIAL, /* 0x00 */ |
41 | SPECIAL, /* 0x00 */ |
42 | SPECIAL, /* 0x01 - Esc */ |
42 | SPECIAL, /* 0x01 - Esc */ |