summaryrefslogtreecommitdiff
path: root/arm9/lib/src/FS_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/src/FS_command.c')
-rw-r--r--arm9/lib/src/FS_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/lib/src/FS_command.c b/arm9/lib/src/FS_command.c
index bc7839d8..818a65ea 100644
--- a/arm9/lib/src/FS_command.c
+++ b/arm9/lib/src/FS_command.c
@@ -3,7 +3,7 @@
#include "FSi_util.h"
#include "FS_command.h"
-void FSi_ReleaseCommand(FSFile * p_file, FSResult ret)
+ARM_FUNC void FSi_ReleaseCommand(FSFile * p_file, FSResult ret)
{
OSIntrMode bak_psr = OS_DisableInterrupts();
FSi_CutFromList(p_file);
@@ -13,7 +13,7 @@ void FSi_ReleaseCommand(FSFile * p_file, FSResult ret)
OS_RestoreInterrupts(bak_psr);
}
-FSResult FSi_TranslateCommand(FSFile *p_file, FSCommandType command)
+ARM_FUNC FSResult FSi_TranslateCommand(FSFile *p_file, FSCommandType command)
{
FSResult ret;