summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_install.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-20 19:07:00 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-20 19:07:00 +0100
commit3c21700fcdc55dac5d629307415347e52fd0a83f (patch)
tree440b9475875645892536e1a6cc1519789c00f229 /fuse_sdcard_install.h
parentMerge "Remove the provider_vtab" (diff)
parentMerge "Move apply_from_sdcard to fuse_sdcard_install" (diff)
downloadandroid_bootable_recovery-3c21700fcdc55dac5d629307415347e52fd0a83f.tar
android_bootable_recovery-3c21700fcdc55dac5d629307415347e52fd0a83f.tar.gz
android_bootable_recovery-3c21700fcdc55dac5d629307415347e52fd0a83f.tar.bz2
android_bootable_recovery-3c21700fcdc55dac5d629307415347e52fd0a83f.tar.lz
android_bootable_recovery-3c21700fcdc55dac5d629307415347e52fd0a83f.tar.xz
android_bootable_recovery-3c21700fcdc55dac5d629307415347e52fd0a83f.tar.zst
android_bootable_recovery-3c21700fcdc55dac5d629307415347e52fd0a83f.zip
Diffstat (limited to 'fuse_sdcard_install.h')
-rw-r--r--fuse_sdcard_install.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fuse_sdcard_install.h b/fuse_sdcard_install.h
index 58f84a614..5f0d64acf 100644
--- a/fuse_sdcard_install.h
+++ b/fuse_sdcard_install.h
@@ -16,4 +16,7 @@
#pragma once
-bool start_sdcard_fuse(const char* path);
+#include "device.h"
+#include "ui.h"
+
+int ApplyFromSdcard(Device* device, bool* wipe_cache, RecoveryUI* ui);