summaryrefslogtreecommitdiff
path: root/kernel/memory/memory.h
blob: c39656de896f17359237378e0129b9507ec1c3bd (plain)
1
2
3
4
5
6
7
8
#include <comus/memory.h>
#include "virtalloc.h"

struct mem_ctx_s {
	struct virt_ctx *virtctx;
	volatile char *pml4;
};