diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-11 19:08:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-11 19:08:18 +0300 |
| commit | 426da8be0db33405b0cfe53108b65040623972f0 (patch) | |
| tree | c1776cf14695d717a92d5d46d7a07c978a0e3618 /include/arch/arch.h | |
| parent | de99380f12f8e2fe4acf7734db0e1e37a356c45f (diff) | |
| download | kmi-426da8be0db33405b0cfe53108b65040623972f0.tar.gz kmi-426da8be0db33405b0cfe53108b65040623972f0.zip | |
continue documentation
Diffstat (limited to 'include/arch/arch.h')
| -rw-r--r-- | include/arch/arch.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |
