mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-07 20:01:13 -04:00
11 lines
197 B
C
11 lines
197 B
C
#ifndef _IN_BOOT_ENTRY_H
|
|
#define _IN_BOOT_ENTRY_H
|
|
#include <ultra64.h>
|
|
|
|
s32 boot000010a4(void);
|
|
s32 boot0000113c(void);
|
|
s32 boot00001180(void);
|
|
void bootUnmapTLBRange(s32 first, s32 last);
|
|
|
|
#endif
|