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/arch.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/apos/arch.h (limited to 'include/apos/arch.h') diff --git a/include/apos/arch.h b/include/apos/arch.h new file mode 100644 index 0000000..b846876 --- /dev/null +++ b/include/apos/arch.h @@ -0,0 +1,6 @@ +#ifndef APOS_ARCH_H +#define APOS_ARCH_H + +void arch_setup(void *fdt); + +#endif /* APOS_ARCH_H */ -- cgit v1.3