diff options
Diffstat (limited to 'driver/keyboard.c')
| -rw-r--r-- | driver/keyboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/keyboard.c b/driver/keyboard.c index 52e6454..9377515 100644 --- a/driver/keyboard.c +++ b/driver/keyboard.c @@ -2,9 +2,9 @@ // http://www.computer-engineering.org/ps2keyboard/scancodes1.html #define FOOLOS_MODULE_NAME "keyboard" -#include <stdbool.h> #include "asm/x86.h" -#include "lib/logger/log.h" + +#include <stdbool.h> static bool ctrl_l=false; static bool shift_l=false; |
