summaryrefslogtreecommitdiff
path: root/libfscrypt/include/fscrypt/fscrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfscrypt/include/fscrypt/fscrypt.h')
-rw-r--r--libfscrypt/include/fscrypt/fscrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfscrypt/include/fscrypt/fscrypt.h b/libfscrypt/include/fscrypt/fscrypt.h
index 8a68b935..ff82d47a 100644
--- a/libfscrypt/include/fscrypt/fscrypt.h
+++ b/libfscrypt/include/fscrypt/fscrypt.h
@@ -32,6 +32,7 @@ int fscrypt_policy_ensure(const char *directory, const char *policy,
static const char* fscrypt_unencrypted_folder = "/unencrypted";
static const char* fscrypt_key_ref = "/unencrypted/ref";
+static const char* fscrypt_key_per_boot_ref = "/unencrypted/per_boot_ref";
static const char* fscrypt_key_mode = "/unencrypted/mode";
__END_DECLS