]> git.corax.cc Git - corax/commitdiff
Remove arch_init() prototype from arch.h
authorMatthias Kruk <m@m10k.eu>
Fri, 6 Sep 2019 14:24:24 +0000 (23:24 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 6 Sep 2019 14:24:24 +0000 (23:24 +0900)
kernel/core/main.c
kernel/include/arch.h

index e43a9d985e1ebee33cb24d856f543940d6b8d316..a105ffececa8a2475261662332c49bc347bd8002 100644 (file)
@@ -22,6 +22,7 @@
 #include <arch.h>
 
 void cpu_debug(void);
+int arch_init(void*);
 
 void _print_mptbl(void *tbl)
 {
index 49ad39cef5a752ae801a03d945c8742551561b80..6b6c65ffe95b3ed306d985bf7e162bc816aaff10 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <corax/types.h>
 
-int     arch_init(void*);
 int     cpu_get_id(void);
 u64_t   cpu_get_capabilities(void);
 u64_t   cpu_timestamp(void);