aboutsummaryrefslogtreecommitdiff
path: root/paging.h
diff options
context:
space:
mode:
Diffstat (limited to 'paging.h')
-rw-r--r--paging.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/paging.h b/paging.h
new file mode 100644
index 0000000..1218fb8
--- /dev/null
+++ b/paging.h
@@ -0,0 +1,6 @@
+#ifndef PAGING_H
+#define PAGING_H
+
+void setup_flat_map(void);
+
+#endif // PAGING_H