diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-13 14:46:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-13 14:46:53 +0100 |
commit | 243e6d72928d1fc4cf20366eab9007980b945458 (patch) | |
tree | b4b2a22d4ef4cbb33c8c17f904f82cde73093ea6 /src/lib/include/keyboard.h | |
parent | fb5efb630ab93893f8bb3036acbb591591a03032 (diff) | |
download | kogata-243e6d72928d1fc4cf20366eab9007980b945458.tar.gz kogata-243e6d72928d1fc4cf20366eab9007980b945458.zip |
Begin implement terminal
Diffstat (limited to 'src/lib/include/keyboard.h')
-rw-r--r-- | src/lib/include/keyboard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/include/keyboard.h b/src/lib/include/keyboard.h index 2842936..0d5a97a 100644 --- a/src/lib/include/keyboard.h +++ b/src/lib/include/keyboard.h @@ -1,7 +1,8 @@ #pragma once -#include <proto/keymap_file.h> +#include <proto/keyboard.h> +#include <proto/keymap_file.h> #define KBD_CHAR 0x01 #define KBD_ALT 0x02 |