summaryrefslogtreecommitdiff
path: root/kc/core/exceptions.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-13 12:26:58 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-13 12:26:58 +0000
commitc1d179d50751d0ce08dc2b009fc5e334d20db11a (patch)
treec24a48ef55fbfe898b58f61a880ae4e3d96e8440 /kc/core/exceptions.h
parent23f4c7eaa0bae30bebbac68950e96d17c6d77c36 (diff)
exception changes
Diffstat (limited to 'kc/core/exceptions.h')
-rw-r--r--kc/core/exceptions.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/kc/core/exceptions.h b/kc/core/exceptions.h
deleted file mode 100644
index 11696d5..0000000
--- a/kc/core/exceptions.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-extern void page_fault_isr(void);
-extern void general_protection_isr(void);
-
-#define GENERAL_PROTECTION_VECTOR 0xd
-#define PAGE_FAULT_VECTOR 0xe
-
-void exceptions_init(void);
-