aboutsummaryrefslogtreecommitdiff
path: root/paging.h
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-11-19 17:49:20 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-11-19 17:49:20 +0100
commit39145f6d1b8c57abe2bc0167b2b413970d0dfdb6 (patch)
tree2e2a76590e749579676720505aa38c57f85a95a4 /paging.h
parent11541f1d1eaaefebd6d01b42e92a65606e4bc382 (diff)
downloadrpi-MMU-example-39145f6d1b8c57abe2bc0167b2b413970d0dfdb6.tar.gz
rpi-MMU-example-39145f6d1b8c57abe2bc0167b2b413970d0dfdb6.zip
split kernel into more files
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..d38408c
--- /dev/null
+++ b/paging.h
@@ -0,0 +1,6 @@
+#ifndef PAGING_H
+#define PAGING_H
+
+void setup_flat_map(void);
+
+#endif