You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
14 lines
226 B
C
14 lines
226 B
C
#ifndef PR_SIINT_H
|
|
#define PR_SIINT_H
|
|
|
|
#include "ultratypes.h"
|
|
|
|
extern u8 __osPfsInodeCacheBank;
|
|
|
|
void __osSiGetAccess(void);
|
|
void __osSiRelAccess(void);
|
|
s32 __osSiDeviceBusy(void);
|
|
void __osSiCreateAccessQueue(void);
|
|
|
|
#endif
|