summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-hosted.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-19 18:39:52 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-19 18:42:11 -0400
commit87ef6bb9e1c32e6a79a04bdc787ace568848520e (patch)
tree78f39c2f096dc46a58ac45892b5753259d8cc5b9 /firmware/target/hosted/filesystem-hosted.h
parent6af637645aa30088500ee8dcac3f4d5f596dabce (diff)
downloadrockbox-87ef6bb9e1c32e6a79a04bdc787ace568848520e.tar.gz
rockbox-87ef6bb9e1c32e6a79a04bdc787ace568848520e.zip
hosted: Don't unconditionally pull in mv.h on hosted environments
It causes some conflicts in plugins with the upcoming 64-bit storage enablement Change-Id: Ia8615c5266c2b29216a05a8d85c3da5186c98d1c
Diffstat (limited to 'firmware/target/hosted/filesystem-hosted.h')
-rw-r--r--firmware/target/hosted/filesystem-hosted.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/filesystem-hosted.h b/firmware/target/hosted/filesystem-hosted.h
index b9c7ce648a..348a921f82 100644
--- a/firmware/target/hosted/filesystem-hosted.h
+++ b/firmware/target/hosted/filesystem-hosted.h
@@ -21,9 +21,6 @@
21#ifndef _FILESYSTEM_HOSTED_H_ 21#ifndef _FILESYSTEM_HOSTED_H_
22#define _FILESYSTEM_HOSTED_H_ 22#define _FILESYSTEM_HOSTED_H_
23 23
24#include "mv.h"
25
26int os_volume_path(IF_MV(int volume, ) char *buffer, size_t bufsize);
27void * os_lc_open(const char *ospath); 24void * os_lc_open(const char *ospath);
28 25
29#endif /* _FILESYSTEM_HOSTED_H_ */ 26#endif /* _FILESYSTEM_HOSTED_H_ */