summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2018-10-31 22:48:28 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-10-31 22:48:28 +0100
commit1f9cf242abe142be0610dbd5d6e7f11436ae3322 (patch)
tree1756dfdd6ac3fa71e456a4d903a1659441d2a949 /roots.h
parentImport translations. DO NOT MERGE (diff)
parentMerge "recovery: Fix mounting /system with dynamic partitions." am: 023807fcf7 (diff)
downloadandroid_bootable_recovery-1f9cf242abe142be0610dbd5d6e7f11436ae3322.tar
android_bootable_recovery-1f9cf242abe142be0610dbd5d6e7f11436ae3322.tar.gz
android_bootable_recovery-1f9cf242abe142be0610dbd5d6e7f11436ae3322.tar.bz2
android_bootable_recovery-1f9cf242abe142be0610dbd5d6e7f11436ae3322.tar.lz
android_bootable_recovery-1f9cf242abe142be0610dbd5d6e7f11436ae3322.tar.xz
android_bootable_recovery-1f9cf242abe142be0610dbd5d6e7f11436ae3322.tar.zst
android_bootable_recovery-1f9cf242abe142be0610dbd5d6e7f11436ae3322.zip
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/roots.h b/roots.h
index 46bb77e02..702af8de5 100644
--- a/roots.h
+++ b/roots.h
@@ -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_