aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/io/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/io/io.h')
-rw-r--r--src/kernel/io/io.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/io/io.h b/src/kernel/io/io.h
index b5573cc..ce3c72b 100644
--- a/src/kernel/io/io.h
+++ b/src/kernel/io/io.h
@@ -51,6 +51,11 @@ void outw(u16 port, u16 data);
*/
void outl(u16 port, u32 data);
+u32 cr3_get();
+void cr3_set(u32 cr3);
+u32 cr0_get();
+void cr0_set(u32 cr0);
+
/**
* Initialize the serial conenction
*/