diff options
Diffstat (limited to '')
| -rw-r--r-- | include/arch/i686/drivers/ps2kbd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arch/i686/drivers/ps2kbd.h b/include/arch/i686/drivers/ps2kbd.h index 9e353ee..a9e2bf9 100644 --- a/include/arch/i686/drivers/ps2kbd.h +++ b/include/arch/i686/drivers/ps2kbd.h @@ -50,6 +50,8 @@ struct ps2_specialkeys_t { struct ps2_keyevent { const struct ps2_specialkeys_t *special_keys; char ascii; + uint8_t scancode; + uint8_t ps2_scancode_set; }; /* returns which arrow keys are down */ |