summaryrefslogtreecommitdiff
path: root/asm/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm.h')
-rw-r--r--asm/asm.h4
1 files changed, 3 insertions, 1 deletions
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();