summaryrefslogtreecommitdiffstats
path: root/crypto/fs_mgr/fs_mgr_priv_verity.h
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-11-19 17:09:37 +0100
committerGerrit Code Review <gerrit2@gerrit>2013-11-19 17:09:38 +0100
commitbc183725cd9c06bf8611bd82e7b30806c6faca5f (patch)
tree76478c9e1a1a51631415a5ce0c36057babd82027 /crypto/fs_mgr/fs_mgr_priv_verity.h
parentAdd check for making sure theme exists for device (diff)
parentUpdate decrypt for 4.4 (diff)
downloadandroid_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.gz
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.bz2
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.lz
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.xz
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.tar.zst
android_bootable_recovery-bc183725cd9c06bf8611bd82e7b30806c6faca5f.zip
Diffstat (limited to 'crypto/fs_mgr/fs_mgr_priv_verity.h')
-rw-r--r--crypto/fs_mgr/fs_mgr_priv_verity.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/crypto/fs_mgr/fs_mgr_priv_verity.h b/crypto/fs_mgr/fs_mgr_priv_verity.h
new file mode 100644
index 000000000..61937849a
--- /dev/null
+++ b/crypto/fs_mgr/fs_mgr_priv_verity.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2013 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+int fs_mgr_setup_verity(struct fstab_rec *fstab); \ No newline at end of file