summaryrefslogtreecommitdiff
path: root/kernel/include/paging.h
diff options
context:
space:
mode:
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