summaryrefslogtreecommitdiff
path: root/driver/keyboard.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
committerMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
commit323fb9d3e09903d6fa43ef7e1f0cc8934414c8d4 (patch)
treeeb05efb1c4530db9b4942715bdef15f0923446b7 /driver/keyboard.c
parentd57a38d7fa9501a5ec17f75a1efaef9d62df5bef (diff)
removed module name definitions
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 9377515..423be69 100644
--- a/driver/keyboard.c
+++ b/driver/keyboard.c
@@ -1,7 +1,7 @@
/// idiots keyboard driver ////
// http://www.computer-engineering.org/ps2keyboard/scancodes1.html
-#define FOOLOS_MODULE_NAME "keyboard"
+
#include "asm/x86.h"
#include <stdbool.h>