summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptfs_hw.h')
-rwxr-xr-x[-rw-r--r--]cryptfs_hw.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cryptfs_hw.h b/cryptfs_hw.h
index 9d3573b..2fccd5d 100644..100755
--- a/cryptfs_hw.h
+++ b/cryptfs_hw.h
@@ -33,9 +33,10 @@
extern "C" {
#endif
-unsigned int set_hw_device_encryption_key(const char*, const char*);
-unsigned int update_hw_device_encryption_key(const char*, const char*);
+int set_hw_device_encryption_key(const char*, const char*);
+int update_hw_device_encryption_key(const char*, const char*);
unsigned int is_hw_disk_encryption(const char*);
+int is_ice_enabled(void);
#ifdef __cplusplus
}