diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/neboot-partition-map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/neboot-partition-map.c b/src/neboot-partition-map.c index c13907c..edc66e7 100644 --- a/src/neboot-partition-map.c +++ b/src/neboot-partition-map.c @@ -9,9 +9,9 @@ // include this for documentation. -#define NB_FILESYSTEM_COUNT 4 +#define NB_FILESYSTEM_COUNT (5U) #define NB_FILESYSTEM_LIST \ - { "NeFS", "HeFS", "FAT32", "ext4" } + { "NeFS", "HeFS", "FAT32", "ext4", "XeFS" } /// @brief check if filesystem is supported by NeBoot. /// @param fs the filesystem magic, as provided by EPM. |
