summaryrefslogtreecommitdiff
path: root/firmware/export/hostfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/hostfs.h')
-rw-r--r--firmware/export/hostfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/hostfs.h b/firmware/export/hostfs.h
index c0fe85236e..c59868110a 100644
--- a/firmware/export/hostfs.h
+++ b/firmware/export/hostfs.h
@@ -37,8 +37,8 @@ extern int hostfs_init(void);
37extern int hostfs_flush(void); 37extern int hostfs_flush(void);
38 38
39#ifdef HAVE_HOTSWAP 39#ifdef HAVE_HOTSWAP
40extern bool hostfs_removable(int drive); 40extern bool hostfs_removable(IF_MD_NONVOID(int drive));
41extern bool hostfs_present(int drive); 41extern bool hostfs_present(IF_MD_NONVOID(int drive));
42#endif 42#endif
43 43
44/* This has to be repeated here for now for sim's sake since HAVE_HOSTFS 44/* This has to be repeated here for now for sim's sake since HAVE_HOSTFS