summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorWilliam McPherson <willmcpherson2@gmail.com>2020-01-31 03:00:37 +1100
committerAndreas Kling <kling@serenityos.org>2020-01-31 13:13:04 +0100
commit61a6ae038e94227301346032cfc3c98f71d3915a (patch)
treea01f1b0f8f71bb2854a644b7a12744369e2ffe7a /Kernel
parent625ab1f527371692c23efb2e145863bdf8e61ca9 (diff)
downloadserenity-61a6ae038e94227301346032cfc3c98f71d3915a.zip
Kernel: Add key_code_count
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/KeyCode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/KeyCode.h b/Kernel/KeyCode.h
index 7de2a3928d..13cfead014 100644
--- a/Kernel/KeyCode.h
+++ b/Kernel/KeyCode.h
@@ -138,6 +138,7 @@ enum KeyCode : u8 {
Key_Shift = Key_LeftShift,
};
+const int key_code_count = Key_Logo;
enum KeyModifier {
Mod_None = 0x00,