diff options
Diffstat (limited to 'arch/x86/machine/atcons.h')
-rw-r--r-- | arch/x86/machine/atcons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/atcons.h b/arch/x86/machine/atcons.h index 05b870fc..ffe22dc9 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 */ |