From 743a4860cce117baec6ef3c40deb0f945529c34f Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 5 Dec 2014 00:16:42 +0100 Subject: struggling with paging exceptions! --- asm/asm.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'asm/asm.h') diff --git a/asm/asm.h b/asm/asm.h index c9a1fa3..58c3f62 100644 --- a/asm/asm.h +++ b/asm/asm.h @@ -4,3 +4,21 @@ void int_default_handler(); void int_clock_handler(); void int_syscall_handler(); void int_irq0(); +void int_irq1(); +void int_irq2(); +void int_irq3(); +void int_irq4(); +void int_irq5(); +void int_irq6(); +void int_irq7(); +void int_irq8(); +void int_irq9(); +void int_irq10(); +void int_irq11(); +void int_irq12(); +void int_irq13(); +void int_irq14(); +void int_irq15(); +void int_irq16(); +void int_irq17(); +void int_irq18(); -- cgit v1.2.3