summaryrefslogtreecommitdiff
path: root/arm9/lib/include/FS_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/FS_command.h')
-rw-r--r--arm9/lib/include/FS_command.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/lib/include/FS_command.h b/arm9/lib/include/FS_command.h
new file mode 100644
index 00000000..db878f3f
--- /dev/null
+++ b/arm9/lib/include/FS_command.h
@@ -0,0 +1,9 @@
+#ifndef NITRO_FS_COMMAND_H_
+#define NITRO_FS_COMMAND_H_
+
+#include "FS_file.h"
+
+void FSi_ReleaseCommand(FSFile * file, FSResult signal);
+FSResult FSi_TranslateCommand(FSFile * file, FSCommandType command);
+
+#endif //NITRO_FS_COMMAND_H_