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