[kernel][warnings] fix a few -Wmissing-declarations warnings in the kernel

This commit is contained in:
Travis Geiselbrecht
2021-10-21 23:14:27 -07:00
parent a6ddffd80b
commit a895bcece5
5 changed files with 16 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
#include <app.h>
#include <arch.h>
#include <kernel/init.h>
#include <kernel/mutex.h>
#include <kernel/novm.h>
#include <kernel/thread.h>
@@ -40,8 +41,6 @@ static uint secondary_bootstrap_thread_count;
static int bootstrap2(void *arg);
extern void kernel_init(void);
static void call_constructors(void) {
void **ctor;