diff options
author | Doug Zongker <dougz@android.com> | 2011-02-18 00:55:21 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2011-02-18 00:55:21 +0100 |
commit | 2810ceda34604f605f781691689c0559e03cb357 (patch) | |
tree | f792bfdde8fd946e61d3f468ca5f2eaba479863a /common.h | |
parent | Fix x86 build. (diff) | |
download | android_bootable_recovery-2810ceda34604f605f781691689c0559e03cb357.tar android_bootable_recovery-2810ceda34604f605f781691689c0559e03cb357.tar.gz android_bootable_recovery-2810ceda34604f605f781691689c0559e03cb357.tar.bz2 android_bootable_recovery-2810ceda34604f605f781691689c0559e03cb357.tar.lz android_bootable_recovery-2810ceda34604f605f781691689c0559e03cb357.tar.xz android_bootable_recovery-2810ceda34604f605f781691689c0559e03cb357.tar.zst android_bootable_recovery-2810ceda34604f605f781691689c0559e03cb357.zip |
Diffstat (limited to '')
-rw-r--r-- | common.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -99,6 +99,12 @@ typedef struct { const char* device2; // alternative device to try if fs_type // == "ext4" or "vfat" and mounting // 'device' fails + + long long length; // (ext4 partition only) when + // formatting, size to use for the + // partition. 0 or negative number + // means to format all but the last + // (that much). } Volume; #endif // RECOVERY_COMMON_H |