diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-06-15 10:24:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 10:24:55 -0400 |
commit | d6085b1855fcca64d1c666582cf0f795adc56946 (patch) | |
tree | e10b4156193c4d5ad59eff26f6c262365c57b361 /arm7/lib/include/OS_thread.h | |
parent | 9e33176367974197195a9c9f8e58ede7569d665d (diff) | |
parent | 639448d1ee1f5a2ca9ad73fafc10502dce2d3f7c (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm7/lib/include/OS_thread.h')
-rw-r--r-- | arm7/lib/include/OS_thread.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arm7/lib/include/OS_thread.h b/arm7/lib/include/OS_thread.h new file mode 100644 index 00000000..04e4fdcb --- /dev/null +++ b/arm7/lib/include/OS_thread.h @@ -0,0 +1,7 @@ +#ifndef POKEDIAMOND_ARM7_OS_THREAD_H +#define POKEDIAMOND_ARM7_OS_THREAD_H + +#include "OS_context.h" +#include "nitro/OS_thread_shared.h" + +#endif //POKEDIAMOND_ARM7_OS_THREAD_H |