commit | e8bc2c808c2cb34cfc59763821cafd6aadd478fb | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sun Feb 27 14:00:19 2011 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Sun Feb 27 14:00:19 2011 -0800 |
tree | 49410ee70c85f25985fdaaee962cd2a3bdd5bd37 | |
parent | 33fd0d0a7063be351d099d82494622bacb4fb18d [diff] [blame] |
Support fs mount options. Change-Id: I8b0dc79dd054c4d1af599d9b68b5478196bdd183
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