summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-11-26 23:59:09 +0100
committerYifan Hong <elsk@google.com>2018-11-28 00:57:47 +0100
commit49327806062652db999f3f0a7f360edb3047791a (patch)
tree6ab66ac6da9121f2b1d505b428dbc5896684723b /roots.h
parentMerge changes I7b7cee68,I07d22c0d (diff)
downloadandroid_bootable_recovery-49327806062652db999f3f0a7f360edb3047791a.tar
android_bootable_recovery-49327806062652db999f3f0a7f360edb3047791a.tar.gz
android_bootable_recovery-49327806062652db999f3f0a7f360edb3047791a.tar.bz2
android_bootable_recovery-49327806062652db999f3f0a7f360edb3047791a.tar.lz
android_bootable_recovery-49327806062652db999f3f0a7f360edb3047791a.tar.xz
android_bootable_recovery-49327806062652db999f3f0a7f360edb3047791a.tar.zst
android_bootable_recovery-49327806062652db999f3f0a7f360edb3047791a.zip
Diffstat (limited to '')
-rw-r--r--roots.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/roots.h b/roots.h
index 702af8de5..314eb5f26 100644
--- a/roots.h
+++ b/roots.h
@@ -55,4 +55,6 @@ int setup_install_mounts();
bool logical_partitions_mapped();
+std::string get_system_root();
+
#endif // RECOVERY_ROOTS_H_