summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-hosted.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/filesystem-hosted.h')
-rw-r--r--firmware/target/hosted/filesystem-hosted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/filesystem-hosted.h b/firmware/target/hosted/filesystem-hosted.h
index 3d979eb19d..5147ef6db6 100644
--- a/firmware/target/hosted/filesystem-hosted.h
+++ b/firmware/target/hosted/filesystem-hosted.h
@@ -63,6 +63,7 @@ bool os_file_exists(const char *ospath);
63#define _FILESYSTEM_HOSTED__DIR_H_ 63#define _FILESYSTEM_HOSTED__DIR_H_
64 64
65#ifndef OSFUNCTIONS_DECLARED 65#ifndef OSFUNCTIONS_DECLARED
66int os_opendirfd(const char *osdirname);
66int os_opendir_and_fd(const char *osdirname, OS_DIR_T **osdirpp, 67int os_opendir_and_fd(const char *osdirname, OS_DIR_T **osdirpp,
67 int *osfdp); 68 int *osfdp);
68 69