diff options
author | red031000 <rubenru09@aol.com> | 2020-06-02 16:17:48 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-02 16:17:48 +0100 |
commit | 1d0a3c503b33c786fe2497075a9fc9c3f093c6a0 (patch) | |
tree | 5116c285b5e72d29b9dea43538513e50b3c9c1f7 /arm7/lib/include/OS_init.h | |
parent | 1fef9c43196e1fc8f87f52c4208dcca13663cf5d (diff) |
setup arm7 compilation, OS_init (arm7)
Diffstat (limited to 'arm7/lib/include/OS_init.h')
-rw-r--r-- | arm7/lib/include/OS_init.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm7/lib/include/OS_init.h b/arm7/lib/include/OS_init.h new file mode 100644 index 00000000..5b3dfcc1 --- /dev/null +++ b/arm7/lib/include/OS_init.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_OS_INIT_H +#define POKEDIAMOND_OS_INIT_H + +void OS_Init(void); + +#endif //POKEDIAMOND_OS_INIT_H |