aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 17:46:43 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 17:46:43 +0200
commit12dc34aed789ae8e7ba342c0ab6b33529516b4bd (patch)
tree7f5bb289e183e538eb510afd63678b2329623f28 /include/arch
parentebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7 (diff)
downloadkmi-12dc34aed789ae8e7ba342c0ab6b33529516b4bd.tar.gz
kmi-12dc34aed789ae8e7ba342c0ab6b33529516b4bd.zip
Moved debugging into debug.c
+ No clue why I had that stuff in common/main.c
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/arch.h b/include/arch/arch.h
index 1933555..f684cf0 100644
--- a/include/arch/arch.h
+++ b/include/arch/arch.h
@@ -1,8 +1,8 @@
#ifndef APOS_ARCH_H
#define APOS_ARCH_H
-/* functions that an arch has to provide */
+#include <apos/types.h>
-void arch_setup(void *fdt);
+stat_t setup_arch(void *fdt);
#endif /* APOS_ARCH_H */