summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 857d9ab4da..34f754bda3 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -69,7 +69,8 @@ extern int show_logo(void);
69int open_utf8(const char* pathname, int flags); 69int open_utf8(const char* pathname, int flags);
70 70
71#ifdef BOOTFILE 71#ifdef BOOTFILE
72#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) 72#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) \
73 || defined(HAVE_HOTSWAP_STORAGE_AS_MAIN)
73void check_bootfile(bool do_rolo); 74void check_bootfile(bool do_rolo);
74#endif 75#endif
75#endif 76#endif