summaryrefslogtreecommitdiff
path: root/driver/keyboard.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-21 19:42:33 +0200
committerMiguel <m.i@gmx.at>2018-08-21 19:42:33 +0200
commit72c6e9763ca61bc9d7de5f7080ee1c8a1c7c1562 (patch)
tree839bce03c26e96f1137d4b4d3550ad3e909d351c /driver/keyboard.c
parent6c926175afbf1f9ec2715fb007acc28588b36c4a (diff)
cleaning up a bit
Diffstat (limited to 'driver/keyboard.c')
-rw-r--r--driver/keyboard.c4
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;