diff options
Diffstat (limited to 'driver/keyboard.c')
| -rw-r--r-- | driver/keyboard.c | 2 |
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; |
