From c2ef64149849fcae608b1c6010303eca86229d22 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 13:21:47 +0200 Subject: cleaning logs, docs, interrupts --- asm/asm_int.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'asm/asm_int.h') diff --git a/asm/asm_int.h b/asm/asm_int.h index 465b08b..5f32777 100644 --- a/asm/asm_int.h +++ b/asm/asm_int.h @@ -1,3 +1,11 @@ +/** + * @file + * + * interrrupt handlers: + * * excX() call handle_exception + * * excX() call hadnle_interrupt + */ + void int0(); void int1(); void int2(); -- cgit v1.2.3