summaryrefslogtreecommitdiffstats
path: root/crypto/vold_decrypt/vold_decrypt.h
diff options
context:
space:
mode:
authorbig biff <bigbiff@teamw.in>2019-03-08 00:52:21 +0100
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2019-03-08 00:52:21 +0100
commit7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad (patch)
tree70ca2b17095575fd8e186902af151f08247c2ed1 /crypto/vold_decrypt/vold_decrypt.h
parentmksh: add mkshrc when using TW_USE_TOOLBOX (diff)
parentvold_decrypt: Add android 9.0 support (diff)
downloadandroid_bootable_recovery-7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad.tar
android_bootable_recovery-7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad.tar.gz
android_bootable_recovery-7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad.tar.bz2
android_bootable_recovery-7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad.tar.lz
android_bootable_recovery-7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad.tar.xz
android_bootable_recovery-7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad.tar.zst
android_bootable_recovery-7812dd49e1156c3d4a83ceb3e278d4ad4418a7ad.zip
Diffstat (limited to 'crypto/vold_decrypt/vold_decrypt.h')
-rw-r--r--crypto/vold_decrypt/vold_decrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/vold_decrypt/vold_decrypt.h b/crypto/vold_decrypt/vold_decrypt.h
index ba7a74720..248a42786 100644
--- a/crypto/vold_decrypt/vold_decrypt.h
+++ b/crypto/vold_decrypt/vold_decrypt.h
@@ -34,6 +34,7 @@ enum {
VD_ERR_VOLD_OPERATION_TIMEDOUT = -8,
VD_ERR_FORK_EXECL_ERROR = -9,
VD_ERR_PASSWORD_EMPTY = -10,
+ VD_ERR_UNABLE_TO_MOUNT_EXTRA = -11,
};