summaryrefslogtreecommitdiff
path: root/firmware/export/mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mv.h')
-rw-r--r--firmware/export/mv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/mv.h b/firmware/export/mv.h
index 3657ef6c98..08daf50b34 100644
--- a/firmware/export/mv.h
+++ b/firmware/export/mv.h
@@ -87,6 +87,10 @@
87#define VOL_MAX_LEN (1 + VOL_DEC_MAX_LEN + 2 + 1) 87#define VOL_MAX_LEN (1 + VOL_DEC_MAX_LEN + 2 + 1)
88#define VOL_NUM_MAX 100 88#define VOL_NUM_MAX 100
89 89
90#ifndef ROOT_VOLUME
91#define ROOT_VOLUME INT_MAX
92#endif
93
90#else /* empty definitions if no multi-volume */ 94#else /* empty definitions if no multi-volume */
91#define IF_MV(x...) 95#define IF_MV(x...)
92#define IF_MV_NONVOID(x...) void 96#define IF_MV_NONVOID(x...) void