diff options
| author | Miguel <m.i@gmx.at> | 2018-09-09 13:21:47 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-09 13:21:47 +0200 |
| commit | c2ef64149849fcae608b1c6010303eca86229d22 (patch) | |
| tree | 30d69313b6975a7c1bfc80859117124a6a5a10e7 /asm/asm_int.h | |
| parent | e85a68e1536a0f6505300e1cb79f06b9743b00f7 (diff) | |
cleaning logs, docs, interrupts
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(); |
