From 4f4d9fdc89c27aa3346467a24b621954f4564d3b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 29 Dec 2021 23:23:36 +0200 Subject: 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 --- include/apos/conf.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/apos/conf.h (limited to 'include/apos/conf.h') diff --git a/include/apos/conf.h b/include/apos/conf.h new file mode 100644 index 0000000..844ce37 --- /dev/null +++ b/include/apos/conf.h @@ -0,0 +1,9 @@ +#ifndef APOS_CONF_H +#define APOS_CONF_H + +#include + +extern size_t __proc_stack_size; +extern size_t __call_stack_size; + +#endif /* APOS_CONF_H */ -- cgit v1.3