summaryrefslogtreecommitdiff
path: root/kernel/memory/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/memory/memory.h')
-rw-r--r--kernel/memory/memory.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/memory/memory.h b/kernel/memory/memory.h
new file mode 100644
index 0000000..c39656d
--- /dev/null
+++ b/kernel/memory/memory.h
@@ -0,0 +1,8 @@
+
+#include <comus/memory.h>
+#include "virtalloc.h"
+
+struct mem_ctx_s {
+ struct virt_ctx *virtctx;
+ volatile char *pml4;
+};