summaryrefslogtreecommitdiff
path: root/asm/asm_int.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-08 17:08:55 +0200
committerMiguel <m.i@gmx.at>2018-09-08 17:08:55 +0200
commit9fde748acea83d775e367a64858414b674f05b13 (patch)
tree0927b570c07c9ee469817a560b965c094c5d8145 /asm/asm_int.h
parentaa4b4c6c1918a51318709761873d1c5e248a831d (diff)
struggling with pic and lapic and smp...
Diffstat (limited to 'asm/asm_int.h')
-rw-r--r--asm/asm_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/asm_int.h b/asm/asm_int.h
index 25ab885..465b08b 100644
--- a/asm/asm_int.h
+++ b/asm/asm_int.h
@@ -18,6 +18,7 @@ void int15();
void int128(); // syscalls
void int129(); // scheduler
void int200(); // apic timer
+void int170(); // smp scheduler
void int255(); // unhandled
void exc0();