summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr_priv_verity.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs_mgr/fs_mgr_priv_verity.h')
-rw-r--r--fs_mgr/fs_mgr_priv_verity.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs_mgr/fs_mgr_priv_verity.h b/fs_mgr/fs_mgr_priv_verity.h
index 6193784..f90e596 100644
--- a/fs_mgr/fs_mgr_priv_verity.h
+++ b/fs_mgr/fs_mgr_priv_verity.h
@@ -14,4 +14,7 @@
* limitations under the License.
*/
-int fs_mgr_setup_verity(struct fstab_rec *fstab); \ No newline at end of file
+#define FS_MGR_SETUP_VERITY_DISABLED -2
+#define FS_MGR_SETUP_VERITY_FAIL -1
+#define FS_MGR_SETUP_VERITY_SUCCESS 0
+int fs_mgr_setup_verity(struct fstab_rec *fstab);