summaryrefslogtreecommitdiff
path: root/kern/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/console.h')
-rw-r--r--kern/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/console.h b/kern/console.h
index b967c0dd..7455a051 100644
--- a/kern/console.h
+++ b/kern/console.h
@@ -81,7 +81,7 @@ void console_register(struct console *console);
*
* Interrupts must be disabled when calling this function.
*/
-void console_intr(struct console *console, char c);
+void console_intr(struct console *console, const char *s);
/*
* Write/read a single character to all registered console devices.