aboutsummaryrefslogtreecommitdiff
path: root/drivers/keyboard.h
diff options
context:
space:
mode:
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 */