summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorVojtech Bocek <vbocek@gmail.com>2014-05-12 15:41:52 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-05-31 14:26:12 +0200
commit93cb1ef2ebd480acf9f49af9da0990aed71f49a5 (patch)
tree27cf02d99c7010418b807d795ee3a9e98ef1b3de /partitions.hpp
parentFix multiple lun file USB mounting (diff)
downloadandroid_bootable_recovery-93cb1ef2ebd480acf9f49af9da0990aed71f49a5.tar
android_bootable_recovery-93cb1ef2ebd480acf9f49af9da0990aed71f49a5.tar.gz
android_bootable_recovery-93cb1ef2ebd480acf9f49af9da0990aed71f49a5.tar.bz2
android_bootable_recovery-93cb1ef2ebd480acf9f49af9da0990aed71f49a5.tar.lz
android_bootable_recovery-93cb1ef2ebd480acf9f49af9da0990aed71f49a5.tar.xz
android_bootable_recovery-93cb1ef2ebd480acf9f49af9da0990aed71f49a5.tar.zst
android_bootable_recovery-93cb1ef2ebd480acf9f49af9da0990aed71f49a5.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp
index cdb4f79b9..7341fe0b5 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -206,6 +206,7 @@ public:
void Mount_All_Storage(void); // Mounts all storage locations
void UnMount_Main_Partitions(void); // Unmounts system and data if not data/media and boot if boot is mountable
int Partition_SDCard(void); // Repartitions the sdcard
+ TWPartition *Get_Default_Storage_Partition(); // Returns a pointer to a default storage partition
int Fix_Permissions();
void Get_Partition_List(string ListType, std::vector<PartitionList> *Partition_List);