diff options
author | David Anderson <dvander@google.com> | 2018-10-30 02:48:56 +0100 |
---|---|---|
committer | David Anderson <dvander@google.com> | 2018-10-30 21:47:59 +0100 |
commit | 2b2f423ef694a03f4fd429b1d3fa221619131df4 (patch) | |
tree | ebf4be0805c18d4bb9f450be8bfcd2742e16845b /roots.h | |
parent | Merge "Add description for the new translation" (diff) | |
download | android_bootable_recovery-2b2f423ef694a03f4fd429b1d3fa221619131df4.tar android_bootable_recovery-2b2f423ef694a03f4fd429b1d3fa221619131df4.tar.gz android_bootable_recovery-2b2f423ef694a03f4fd429b1d3fa221619131df4.tar.bz2 android_bootable_recovery-2b2f423ef694a03f4fd429b1d3fa221619131df4.tar.lz android_bootable_recovery-2b2f423ef694a03f4fd429b1d3fa221619131df4.tar.xz android_bootable_recovery-2b2f423ef694a03f4fd429b1d3fa221619131df4.tar.zst android_bootable_recovery-2b2f423ef694a03f4fd429b1d3fa221619131df4.zip |
Diffstat (limited to '')
-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_ |