diff options
Diffstat (limited to '')
-rw-r--r-- | fuse_sdcard_install.h | 5 |
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); |