diff --git a/include/common.h b/include/common.h index 671a122..38912bc 100644 --- a/include/common.h +++ b/include/common.h @@ -326,7 +326,6 @@ extern void AddHeap(void* start, u32 length); extern void __some_logging(const char* format, ...); extern void nuBoot(void); -extern void nuScCreateScheduler(u8 videoMode, u8 numFields); extern void (*nuIdleFunc)(); extern void obIdle(void*); diff --git a/src/boot.c b/src/boot.c index a619459..320b951 100644 --- a/src/boot.c +++ b/src/boot.c @@ -1,5 +1,7 @@ #include "common.h" +#include "nu/nusys.h" + extern u8 obStackMain[]; void nuBoot(void) {