summaryrefslogtreecommitdiff
path: root/Kernel/TTY.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/TTY.h')
-rw-r--r--Kernel/TTY.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/TTY.h b/Kernel/TTY.h
index 856e8c79d8..a54a7a1f42 100644
--- a/Kernel/TTY.h
+++ b/Kernel/TTY.h
@@ -21,7 +21,7 @@ protected:
TTY(unsigned major, unsigned minor);
void emit(byte);
- virtual void onTTYWrite(byte) = 0;
+ virtual void onTTYWrite(const byte*, size_t) = 0;
void interrupt();