Minor cleanup

This commit is contained in:
Ryan Dwyer
2021-01-31 16:23:31 +10:00
parent feb8b5431e
commit 5cad1198a5
11 changed files with 33 additions and 61 deletions
+4 -4
View File
@@ -2,9 +2,9 @@
#define _IN_BOOT_ENTRY_H
#include <ultra64.h>
s32 func000010a4(void);
s32 func0000113c(void);
s32 func00001180(void);
void func00001634(u32 arg0, u32 arg1);
s32 boot000010a4(void);
s32 boot0000113c(void);
s32 boot00001180(void);
void bootUnmapTLBRange(s32 first, s32 last);
#endif
+1 -1
View File
@@ -6,7 +6,7 @@
void amgrAllocateStack(void);
u32 amgrCreate(void);
void amgrStartThread(void);
OSMesgQueue *amgr0009118(void);
OSMesgQueue *amgr00009118(void);
void amgrStopThread(void);
#endif