summaryrefslogtreecommitdiff
path: root/arch/x86/machine/atcons.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-05-31 23:51:54 +0200
committerRichard Braun <rbraun@sceen.net>2017-05-31 23:53:01 +0200
commit0890cc62c32ad48118bc0731ad07df226fb60431 (patch)
tree68739bd47e2920b103ffc52138a676332ed3d01f /arch/x86/machine/atcons.h
parente4d73f8405441ab7a09003773664a16e10b40fed (diff)
kern/console: optimize interrupt handling
Diffstat (limited to 'arch/x86/machine/atcons.h')
-rw-r--r--arch/x86/machine/atcons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/atcons.h b/arch/x86/machine/atcons.h
index 05b870f..ffe22dc 100644
--- a/arch/x86/machine/atcons.h
+++ b/arch/x86/machine/atcons.h
@@ -39,6 +39,6 @@ void atcons_setup(void);
* This function is called by the AT keyboard interrupt handler
* to handle machine-independent console management.
*/
-void atcons_intr(char c);
+void atcons_intr(const char *s);
#endif /* _X86_ATCONS_H */