diff --git a/src/imports.h b/src/imports.h index 5f47fc6..0e4d8ad 100644 --- a/src/imports.h +++ b/src/imports.h @@ -117,6 +117,37 @@ IMPORT(FSGetPosFile); IMPORT(OSTicksToCalendarTime); IMPORT(__rplwrap_exit); +IMPORT(OSMemoryBarrier); + +IMPORT(OSInitMutexEx); + +IMPORT(FSAMakeDir); +IMPORT(FSAInit); +IMPORT(FSAAddClient); +IMPORT(FSARewindDir); +IMPORT(FSAMount); +IMPORT(FSAGetDeviceInfo); +IMPORT(FSARename); +IMPORT(FSAChangeDir); +IMPORT(FSAUnmount); +IMPORT(FSADelClient); +IMPORT(FSAChangeMode); +IMPORT(FSAReadDir); +IMPORT(FSAOpenDir); +IMPORT(FSACloseDir); +IMPORT(FSAFlushFile); +IMPORT(FSAOpenFileEx); +IMPORT(FSACloseFile); +IMPORT(FSAGetStatFile); +IMPORT(FSAGetFreeSpaceSize); +IMPORT(FSASetPosFile); +IMPORT(FSATruncateFile); +IMPORT(FSARemove); +IMPORT(FSAReadFile); +IMPORT(FSAWriteFile); +IMPORT(FSAGetStat); +IMPORT(FSAGetStatusStr); + IMPORT(IOS_Open); IMPORT(IOS_Close); IMPORT(IOS_Ioctl);