From 12dc34aed789ae8e7ba342c0ab6b33529516b4bd Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 17:46:43 +0200 Subject: Moved debugging into debug.c + No clue why I had that stuff in common/main.c --- include/arch/arch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/arch') 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 -void arch_setup(void *fdt); +stat_t setup_arch(void *fdt); #endif /* APOS_ARCH_H */ -- cgit v1.3