summaryrefslogtreecommitdiff
path: root/firmware/include/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/file.h')
-rw-r--r--firmware/include/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/include/file.h b/firmware/include/file.h
index e76abaaa96..387c34cdd8 100644
--- a/firmware/include/file.h
+++ b/firmware/include/file.h
@@ -87,6 +87,7 @@ extern int remove(const char* pathname);
87extern int rename(const char* path, const char* newname); 87extern int rename(const char* path, const char* newname);
88extern int ftruncate(int fd, off_t length); 88extern int ftruncate(int fd, off_t length);
89extern off_t filesize(int fd); 89extern off_t filesize(int fd);
90extern int release_files(int volume);
90#endif /* SIMULATOR */ 91#endif /* SIMULATOR */
91 92
92#endif 93#endif