From 8d5d5b8fcca8c9fad89f64f41a3d36c62453dba4 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 18 Aug 2018 16:49:00 +0200 Subject: mouse up and running again --- asm/asm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'asm/asm.h') diff --git a/asm/asm.h b/asm/asm.h index 58c3f62..cc1d99d 100644 --- a/asm/asm.h +++ b/asm/asm.h @@ -1,5 +1,6 @@ void pic_setup(); void int_kb_handler(); +void int_mouse_handler(); void int_default_handler(); void int_clock_handler(); void int_syscall_handler(); -- cgit v1.2.3