summaryrefslogtreecommitdiff
path: root/driver/keyboard.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-19 19:39:47 +0200
committerMiguel <m.i@gmx.at>2018-08-19 19:39:47 +0200
commit5055dc85c8a74fcd2ec24fbc51eba2a2da68debe (patch)
tree6b9589c5c89c8bc5c90771ff9d630c15e670f024 /driver/keyboard.c
parent575c725f998b166f1d286a2664aa3d6061d337fe (diff)
cleaning up asm stuff and improving docs
Diffstat (limited to 'driver/keyboard.c')
-rw-r--r--driver/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/keyboard.c b/driver/keyboard.c
index 55e3c41..d35ef6d 100644
--- a/driver/keyboard.c
+++ b/driver/keyboard.c
@@ -3,7 +3,7 @@
#define FOOLOS_MODULE_NAME "keyboard"
#include <stdbool.h>
-#include "kernel/x86.h"
+#include "asm/x86.h"
#include "lib/logger/log.h"
static bool ctrl_l=false;