summaryrefslogtreecommitdiff
path: root/common/i8042.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/i8042.c')
-rw-r--r--common/i8042.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/i8042.c b/common/i8042.c
index 35e1f2b094..54eb668f3c 100644
--- a/common/i8042.c
+++ b/common/i8042.c
@@ -46,7 +46,7 @@ static int i8042_irq_enabled = 0;
/* Reset all i8042 buffer */
-void i8042_init()
+void i8042_flush_buffer()
{
head_to_buffer = tail_to_buffer = 0;
keyboard_clear_buffer();