commit | 1acd15e7cc4fcb94b7d6454b0236ea29345eb015 | [log] [tgz] |
---|---|---|
author | andrew.boren <andrew.boren@gmail.com> | Thu Mar 31 21:41:22 2011 -0700 |
committer | andrew.boren <andrew.boren@gmail.com> | Thu Mar 31 21:41:22 2011 -0700 |
tree | 92ac1725d4e6f73936512eeaef92f5b00d1bb293 | |
parent | f1ec34a8110badf8d09bbc8cc82f735458285e66 [diff] [blame] |
recovery: Update recovery from CM. Change-Id: Ibda5ba8bbfc93ef6ff565128b63adc2991218a70
diff --git a/common.h b/common.h index 5d24881..77cf143 100644 --- a/common.h +++ b/common.h
@@ -113,6 +113,10 @@ // == "ext4" or "vfat" and mounting // 'device' fails const char* fs_type2; + + const char* fs_options; + + const char* fs_options2; } Volume; #endif // RECOVERY_COMMON_H