aboutsummaryrefslogtreecommitdiff
path: root/src/core/apic.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-05-02 14:46:18 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-05-02 14:46:18 +0200
commite59104ffb55abe522c82d658f1f285149cca2cb1 (patch)
treeeb3cc1e46d0dd5b684864903b95ae32e245010da /src/core/apic.hpp
parent4f08ba2b1d0ad7ea90d4d97a483b56b891b9c902 (diff)
Debug GDT enable multitasking
Diffstat (limited to 'src/core/apic.hpp')
-rw-r--r--src/core/apic.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/apic.hpp b/src/core/apic.hpp
index c64c509..decb565 100644
--- a/src/core/apic.hpp
+++ b/src/core/apic.hpp
@@ -4,6 +4,7 @@
#include "boucane.hpp"
+extern "C" void apic_ack();
void apic_enable();
void apic_write(u32 reg, u32 value);
u32 apic_read(u32 reg); \ No newline at end of file