Split boot.c into boot.c, reset.c and maptlbrdb.c

This commit is contained in:
Ryan Dwyer
2020-10-09 18:46:53 +10:00
parent 9d67ee9c57
commit 6da8a8a02c
7 changed files with 157 additions and 141 deletions
-2
View File
@@ -14,7 +14,5 @@ s32 func00002078(void);
s32 func00002148(void);
s32 func00002148(void);
s32 func000022e0(void);
void resetproc(void *data);
void osMapTLBRdb(void);
#endif
+7
View File
@@ -0,0 +1,7 @@
#ifndef _IN_BOOT_RESET_H
#define _IN_BOOT_RESET_H
#include <ultra64.h>
void resetproc(void *data);
#endif