From 7393db6692c861bc66164c0dd9b83f23a554775b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 26 Nov 2014 23:17:55 +0100 Subject: changes, improvements and cleanup --- asm/asm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'asm/asm.h') diff --git a/asm/asm.h b/asm/asm.h index 6be89ca..c9a1fa3 100644 --- a/asm/asm.h +++ b/asm/asm.h @@ -1 +1,6 @@ void pic_setup(); +void int_kb_handler(); +void int_default_handler(); +void int_clock_handler(); +void int_syscall_handler(); +void int_irq0(); -- cgit v1.2.3