diff options
Diffstat (limited to 'roots.h')
-rw-r--r-- | roots.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,4 +53,6 @@ int format_volume(const char* volume, const char* directory); // mounted (/tmp and /cache) are mounted. Returns 0 on success. int setup_install_mounts(); +bool logical_partitions_mapped(); + #endif // RECOVERY_ROOTS_H_ |