diff options
Diffstat (limited to 'asm/asm.h')
| -rw-r--r-- | asm/asm.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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(); |
