aboutsummaryrefslogtreecommitdiff
path: root/include/apos/mem.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-12-29 23:23:36 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2021-12-29 23:53:06 +0200
commit4f4d9fdc89c27aa3346467a24b621954f4564d3b (patch)
treec4ba4fb583a43b8fb27730b4cdb9b4b1395da91c /include/apos/mem.h
parent4e5595a089c815febd7a0d42ab62940bf13f73ac (diff)
downloadkmi-4f4d9fdc89c27aa3346467a24b621954f4564d3b.tar.gz
kmi-4f4d9fdc89c27aa3346467a24b621954f4564d3b.zip
Refactoring
+ Mainly just moving stuff out or arch/riscv/ that should be handled in common/ + Prepared separate process stack/call stack for server callbacks, rest to be implemeted soon ish
Diffstat (limited to 'include/apos/mem.h')
-rw-r--r--include/apos/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/mem.h b/include/apos/mem.h
index 0b3bffd..e935fe4 100644
--- a/include/apos/mem.h
+++ b/include/apos/mem.h
@@ -37,7 +37,7 @@ extern size_t __mm_page_shift;
extern size_t __mm_max_order;
void init_mem(size_t max_order, size_t shifts[10], size_t page_shift);
-enum mm_mode_t get_mmode(void *fdt);
+enum mm_mode get_mmode(void *fdt);
#define BASE_PAGE_SIZE (__o_size(BASE_PAGE))
#define BASE_PAGE (MM_O0)