aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-02-27 14:00:19 -0800
committerKoushik Dutta <koushd@gmail.com>2011-02-27 14:00:19 -0800
commite8bc2c808c2cb34cfc59763821cafd6aadd478fb (patch)
tree49410ee70c85f25985fdaaee962cd2a3bdd5bd37 /common.h
parent33fd0d0a7063be351d099d82494622bacb4fb18d (diff)
downloadbootable_recovery-e8bc2c808c2cb34cfc59763821cafd6aadd478fb.zip
bootable_recovery-e8bc2c808c2cb34cfc59763821cafd6aadd478fb.tar.gz
bootable_recovery-e8bc2c808c2cb34cfc59763821cafd6aadd478fb.tar.bz2
Support fs mount options.
Change-Id: I8b0dc79dd054c4d1af599d9b68b5478196bdd183
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 5d24881..77cf143 100644
--- a/common.h
+++ b/common.h
@@ -113,6 +113,10 @@ typedef struct {
// == "ext4" or "vfat" and mounting
// 'device' fails
const char* fs_type2;
+
+ const char* fs_options;
+
+ const char* fs_options2;
} Volume;
#endif // RECOVERY_COMMON_H