mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-22 07:55:41 -04:00
10 lines
157 B
C
10 lines
157 B
C
#ifndef _IN_LIB_LIB_51C60_H
|
|
#define _IN_LIB_LIB_51C60_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 __osSiDeviceBusy(void);
|
|
u32 __osProbeTLB(void);
|
|
|
|
#endif
|