diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-10-12 18:15:42 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-10-12 18:15:42 +0200 |
commit | d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611 (patch) | |
tree | e5f584398315526e900d41ff7221f1343f196d61 /partitions.hpp | |
parent | Fix updater binary compile (diff) | |
download | android_bootable_recovery-d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611.tar android_bootable_recovery-d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611.tar.gz android_bootable_recovery-d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611.tar.bz2 android_bootable_recovery-d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611.tar.lz android_bootable_recovery-d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611.tar.xz android_bootable_recovery-d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611.tar.zst android_bootable_recovery-d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611.zip |
Diffstat (limited to 'partitions.hpp')
-rw-r--r-- | partitions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index 50757c127..3417b8c41 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -181,6 +181,7 @@ public: virtual int usb_storage_enable(void); // Enable USB storage mode virtual int usb_storage_disable(void); // Disable USB storage mode virtual void Mount_All_Storage(void); // Mounts all storage locations + virtual void UnMount_Main_Partitions(void); // Unmounts system and data if not data/media and boot if boot is mountable virtual int Partition_SDCard(void); // Repartitions the sdcard virtual int Fix_Permissions(); |