summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_priv.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-07-11 18:48:30 -0700
committerElliott Hughes <enh@google.com>2013-07-11 18:48:30 -0700
commit786b1232d201d46f59bd9da84bfcfcb9ad80bb6c (patch)
tree400e20a41d13d70dd5e6251a318b08fe17ce041f /fs_mgr/fs_mgr_priv.h
parent149a9b68ab09e4934556e9247ee5f98008a65662 (diff)
parent42031e0ed7c1149c6ff3d2f2dc0ef64ff3573fe6 (diff)
downloadsystem_core-786b1232d201d46f59bd9da84bfcfcb9ad80bb6c.tar.gz
system_core-786b1232d201d46f59bd9da84bfcfcb9ad80bb6c.tar.bz2
system_core-786b1232d201d46f59bd9da84bfcfcb9ad80bb6c.zip
resolved conflicts for merge of 42031e0e to stage-aosp-master
Change-Id: I3e6337c258b3e7fb6eee4ed8e3664a69ae219fd6
Diffstat (limited to 'fs_mgr/fs_mgr_priv.h')
-rw-r--r--fs_mgr/fs_mgr_priv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/fs_mgr/fs_mgr_priv.h b/fs_mgr/fs_mgr_priv.h
index 75dad498d..d35af258c 100644
--- a/fs_mgr/fs_mgr_priv.h
+++ b/fs_mgr/fs_mgr_priv.h
@@ -25,6 +25,16 @@
#define CRYPTO_TMPFS_OPTIONS "size=128m,mode=0771,uid=1000,gid=1000"
+struct fstab_rec {
+ char *blk_dev;
+ char *mnt_point;
+ char *type;
+ unsigned long flags;
+ char *fs_options;
+ int fs_mgr_flags;
+ char *key_loc;
+};
+
#define WAIT_TIMEOUT 5
/* fstab has the following format: