From 4f08ba2b1d0ad7ea90d4d97a483b56b891b9c902 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 1 May 2021 11:37:52 +0200 Subject: Creating scheduler, debug paging --- src/core/apic.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/core/apic.hpp') diff --git a/src/core/apic.hpp b/src/core/apic.hpp index 1446edd..c64c509 100644 --- a/src/core/apic.hpp +++ b/src/core/apic.hpp @@ -3,4 +3,7 @@ #include "boucane.hpp" -void apic_enable(); \ No newline at end of file + +void apic_enable(); +void apic_write(u32 reg, u32 value); +u32 apic_read(u32 reg); \ No newline at end of file -- cgit v1.2.3