aboutsummaryrefslogtreecommitdiff
path: root/src/core/apic.hpp
diff options
context:
space:
mode:
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