aboutsummaryrefslogtreecommitdiff
path: root/drivers/keyboard.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-05 16:09:03 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-05 16:09:03 +0200
commit13ab5aef4da9ded93d7c93442911554e86ea9714 (patch)
treee9efd37e3c65f3e0be9293f64f0f03e0ad2f4336 /drivers/keyboard.h
parentAdd makefile notes (diff)
downloadkernel.cpp-13ab5aef4da9ded93d7c93442911554e86ea9714.tar.xz
add broken Scheduler
Diffstat (limited to 'drivers/keyboard.h')
-rw-r--r--drivers/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/keyboard.h b/drivers/keyboard.h
index cac0cb0..b7b67c1 100644
--- a/drivers/keyboard.h
+++ b/drivers/keyboard.h
@@ -8,7 +8,7 @@ class Keyboard : public InterruptHandler {
public:
Keyboard();
- void trigger() override;
+ cpu_state_t* trigger(cpu_state_t*) override;
private:
/* 8042 PS/2 Controller Ports */