summaryrefslogtreecommitdiff
path: root/kernel/cpu.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-04-05 15:54:01 +0000
committerAda Christine <adachristine18@gmail.com>2021-04-05 15:54:01 +0000
commit449188ab88b3cde24fefa52707d2e535d70a7e4a (patch)
treeec786db9f53fcaa7813ed163db8fd90c9becada3 /kernel/cpu.h
parent09a4c58110a36b44a43ade84876c86c51c8bc23d (diff)
now can install isrs
Diffstat (limited to 'kernel/cpu.h')
-rw-r--r--kernel/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cpu.h b/kernel/cpu.h
index 954762f..feded83 100644
--- a/kernel/cpu.h
+++ b/kernel/cpu.h
@@ -1,4 +1,5 @@
#pragma once
void cpu_init(void);
+void isr_install(int vec, void *isr, int ist);