summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_install.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-03-20 18:43:46 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-20 18:43:46 +0100
commit3c61cd02cf489199bb687188f016875e079c4ecb (patch)
tree440b9475875645892536e1a6cc1519789c00f229 /fuse_sdcard_install.h
parentMerge "Remove the provider_vtab" (diff)
parentMove apply_from_sdcard to fuse_sdcard_install (diff)
downloadandroid_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.gz
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.bz2
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.lz
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.xz
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.tar.zst
android_bootable_recovery-3c61cd02cf489199bb687188f016875e079c4ecb.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);