From 426da8be0db33405b0cfe53108b65040623972f0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 11 Jun 2022 19:08:18 +0300 Subject: continue documentation --- include/arch/arch.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/arch/arch.h') diff --git a/include/arch/arch.h b/include/arch/arch.h index c19b039..c4f2d28 100644 --- a/include/arch/arch.h +++ b/include/arch/arch.h @@ -15,6 +15,15 @@ #include "../../arch/riscv32/include/arch.h" #endif +/** + * Setup arch specific stuff. + * + * See arch documentation if there is any. + * + * @param fdt Global FDT. + * @return \ref OK if boot can continue, error otherwise. + * \todo Check errors. + */ stat_t setup_arch(void *fdt); #endif /* APOS_ARCH_H */ -- cgit v1.3