summaryrefslogtreecommitdiff
path: root/kernel/include/paging.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-07 02:52:11 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-07 02:52:11 +0200
commit50aaae893611af890a6855158ad0a3e32c7b2c43 (patch)
tree53eb05c907949accde8ce29e8ce7d8213a981816 /kernel/include/paging.h
parent36de2495d62c1652236ac1ffcba46b0b12ddabeb (diff)
paging in c
Diffstat (limited to 'kernel/include/paging.h')
-rw-r--r--kernel/include/paging.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/include/paging.h b/kernel/include/paging.h
new file mode 100644
index 0000000..79d9dea
--- /dev/null
+++ b/kernel/include/paging.h
@@ -0,0 +1,6 @@
+#ifndef PAGING_H
+#define PAGING_H
+
+void init_paging(void);
+
+#endif