From 8a5fbdabb24250a76feed770bce64d7e3e4f61de Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 21 Aug 2018 01:24:14 +0200 Subject: adding new pit code --- asm/asm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'asm/asm.h') diff --git a/asm/asm.h b/asm/asm.h index cc1d99d..8433e4e 100644 --- a/asm/asm.h +++ b/asm/asm.h @@ -1,9 +1,11 @@ void pic_setup(); + void int_kb_handler(); void int_mouse_handler(); void int_default_handler(); -void int_clock_handler(); + void int_syscall_handler(); + void int_irq0(); void int_irq1(); void int_irq2(); -- cgit v1.2.3