mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-26 14:30:34 -04:00
Split boot.c into boot.c, reset.c and maptlbrdb.c
This commit is contained in:
@@ -14,7 +14,5 @@ s32 func00002078(void);
|
||||
s32 func00002148(void);
|
||||
s32 func00002148(void);
|
||||
s32 func000022e0(void);
|
||||
void resetproc(void *data);
|
||||
void osMapTLBRdb(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#ifndef _IN_BOOT_RESET_H
|
||||
#define _IN_BOOT_RESET_H
|
||||
#include <ultra64.h>
|
||||
|
||||
void resetproc(void *data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user