mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-02 01:59:43 -04:00
12 lines
209 B
C
12 lines
209 B
C
#ifndef _IN_LIB_TLB_H
|
|
#define _IN_LIB_TLB_H
|
|
#include <ultra64.h>
|
|
|
|
void tlbInit(void);
|
|
void tlb000010a4(void);
|
|
void tlb0000113c(void);
|
|
void tlbHandleMiss(void);
|
|
void tlbUnmapRange(u32 first, u32 last);
|
|
|
|
#endif
|