From 7b3404b932a8fadddb44774407b22127b0f02115 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 1 May 2020 20:10:48 +0100 Subject: remove include/nitro and shift everything to arm9/lib --- arm9/lib/include/OS_init.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 arm9/lib/include/OS_init.h (limited to 'arm9/lib/include/OS_init.h') diff --git a/arm9/lib/include/OS_init.h b/arm9/lib/include/OS_init.h new file mode 100644 index 00000000..c556253a --- /dev/null +++ b/arm9/lib/include/OS_init.h @@ -0,0 +1,17 @@ +// +// Created by mart on 4/12/20. +// + +#ifndef POKEDIAMOND_OS_INIT_H +#define POKEDIAMOND_OS_INIT_H + +#include "types.h" +#include "consts.h" +#include "OS_protectionRegion.h" +#include "OS_arena.h" +#include "OS_alloc.h" +#include "OS_system.h" + +void OS_Init(); + +#endif //POKEDIAMOND_OS_INIT_H -- cgit v1.2.3 From 2ee7030776461ee835dbbd44149f90ae79e7d4c5 Mon Sep 17 00:00:00 2001 From: red031000 Date: Sun, 3 May 2020 01:42:55 +0100 Subject: temp OS_entropy --- arm9/lib/include/OS_init.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm9/lib/include/OS_init.h') diff --git a/arm9/lib/include/OS_init.h b/arm9/lib/include/OS_init.h index c556253a..1ff2837c 100644 --- a/arm9/lib/include/OS_init.h +++ b/arm9/lib/include/OS_init.h @@ -7,7 +7,10 @@ #include "types.h" #include "consts.h" +#include "OS_spinLock.h" +#include "OS_thread.h" #include "OS_protectionRegion.h" +#include "OS_entropy.h" #include "OS_arena.h" #include "OS_alloc.h" #include "OS_system.h" -- cgit v1.2.3