mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-23 21:09:56 +00:00
4311c670c3
* lib is ultra * it just keeps going * math names * format
16 lines
276 B
C
16 lines
276 B
C
#ifndef _SIINT_H
|
|
#define _SIINT_H
|
|
|
|
#include "PR/os_internal.h"
|
|
#include "PR/rcp.h"
|
|
|
|
extern s32 __osEepromRead16K;
|
|
extern u8 __osPfsInodeCacheBank;
|
|
|
|
void __osSiGetAccess(void);
|
|
void __osSiRelAccess(void);
|
|
int __osSiDeviceBusy(void);
|
|
void __osSiCreateAccessQueue(void);
|
|
|
|
#endif
|