aboutsummaryrefslogtreecommitdiffstats
path: root/drive_encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'drive_encryption.h')
-rw-r--r--drive_encryption.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drive_encryption.h b/drive_encryption.h
index 77c7f10f..0cb8ff1b 100644
--- a/drive_encryption.h
+++ b/drive_encryption.h
@@ -33,3 +33,5 @@ get_nvme_opal_encryption_information(int disk_fd, struct encryption_information
mdadm_status_t
get_ata_encryption_information(int disk_fd, struct encryption_information *information,
const int verbose);
+const char *get_encryption_ability_string(enum encryption_ability ability);
+const char *get_encryption_status_string(enum encryption_status status);